From 8f4989647e8b38868d23e85c858b60c69ed99a5d Mon Sep 17 00:00:00 2001 From: Svante Schubert Date: Tue, 25 Apr 2023 09:18:24 +0200 Subject: [PATCH] Adjusted test references with new XSD D22B draft - after test directory change and enumeration null vs empty disabling (for later) --- .../compare/xsd/comparison/XsdComparer.java | 14 +- .../xsd/comparison/XsdComparerTest.java | 2 +- ...pD16B_to_CrossIndustryInvoice_100pD22B.txt | 15565 +++---------- ...yInvoice_100pD22B_onlyExtensionsReport.txt | 356 +- ...nvoice_100pD22B_onlyRestrictionsReport.txt | 684 +- ...ustryInvoice_100pD22B_singleLineReport.txt | 18577 +++++----------- ...IC-WL_to_CrossIndustryInvoice_100pD22B.txt | 149 +- ...yInvoice_100pD22B_onlyExtensionsReport.txt | 54 +- ...nvoice_100pD22B_onlyRestrictionsReport.txt | 45 +- ...ustryInvoice_100pD22B_singleLineReport.txt | 88 +- ...BASIC_to_CrossIndustryInvoice_100pD22B.txt | 194 +- ...yInvoice_100pD22B_onlyExtensionsReport.txt | 54 +- ...nvoice_100pD22B_onlyRestrictionsReport.txt | 45 +- ...ustryInvoice_100pD22B_singleLineReport.txt | 163 +- ...16931_to_CrossIndustryInvoice_100pD22B.txt | 275 +- ...yInvoice_100pD22B_onlyExtensionsReport.txt | 65 +- ...nvoice_100pD22B_onlyRestrictionsReport.txt | 58 +- ...ustryInvoice_100pD22B_singleLineReport.txt | 276 +- ...ENDED_to_CrossIndustryInvoice_100pD22B.txt | 693 +- ...yInvoice_100pD22B_onlyExtensionsReport.txt | 96 +- ...nvoice_100pD22B_onlyRestrictionsReport.txt | 95 +- ...ustryInvoice_100pD22B_singleLineReport.txt | 818 +- ...NIMUM_to_CrossIndustryInvoice_100pD22B.txt | 47 +- ...yInvoice_100pD22B_onlyExtensionsReport.txt | 15 +- ...nvoice_100pD22B_onlyRestrictionsReport.txt | 13 +- ...ustryInvoice_100pD22B_singleLineReport.txt | 23 +- 26 files changed, 11548 insertions(+), 26916 deletions(-) diff --git a/src/main/java/com/compare/xsd/comparison/XsdComparer.java b/src/main/java/com/compare/xsd/comparison/XsdComparer.java index e6d76bc..ed90fc2 100644 --- a/src/main/java/com/compare/xsd/comparison/XsdComparer.java +++ b/src/main/java/com/compare/xsd/comparison/XsdComparer.java @@ -510,7 +510,19 @@ private boolean testEnumerationChange(XsdNode oldNode, XsdNode newNode, Change m boolean change = (isChanged(oldNode.getEnumeration(), newNode.getEnumeration()) || isValueDifferent(oldNode.getEnumeration(), newNode.getEnumeration())); if(change){ - modification.setEnumerationChanged(true); + if(oldNode.getEnumeration() == null && newNode.getEnumeration() != null){ + if(newNode.getEnumeration().size() == 0) { + change = false; + } + } + if(oldNode.getEnumeration() != null && newNode.getEnumeration() == null){ + if(oldNode.getEnumeration().size() == 0) { + change = false; + } + } + if(change){ + modification.setEnumerationChanged(true); + } } return change; } diff --git a/src/test/java/com/compare/xsd/comparison/XsdComparerTest.java b/src/test/java/com/compare/xsd/comparison/XsdComparerTest.java index 451b481..ab5604f 100644 --- a/src/test/java/com/compare/xsd/comparison/XsdComparerTest.java +++ b/src/test/java/com/compare/xsd/comparison/XsdComparerTest.java @@ -55,7 +55,7 @@ public class XsdComparerTest { + "standard" + File.separator + "CrossIndustryInvoice_100pD16B.xsd"; - private static final String CII_D22B_XSD = XSD_DIR + "uncefact_22B_20230324" + File.separator + private static final String CII_D22B_XSD = XSD_DIR + "uncefact_22B_draft" + File.separator + "CrossIndustryInvoice_100pD22B.xsd"; diff --git a/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B.txt b/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B.txt index 755684c..0b4d67d 100644 --- a/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B.txt +++ b/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B.txt @@ -2047,106 +2047,10 @@ Added element {CodeType}{0..*} in type {TradeProductType} Added element {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} in ExchangedDocumentContext at /CrossIndustryInvoice/ExchangedDocumentContext/UserSpecifiedDocumentContextParameter -Modifying attribute: - old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} - Changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B - Changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType - Changed enumeration from [] to [102, 203, 205, 209, 502, 602] - added: [102, 203, 205, 209, 502, 602] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/FormattedReceivedDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/FormattedCancellationAnnouncedLaunchDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/FormattedLatestProductDataChangeDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/FormattedCancellationAnnouncedLaunchDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/FormattedLatestProductDataChangeDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format - -Modifying attribute: - old: @format{string}{0..1} in type {DateTimeType} - new: @format{DateOnlyFormatCodeContentType}{0..1} in type {DateOnlyFormattedDateTimeType} - Changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:codelist:standard:UNECE:DateOnlyFormatCode:D21B - Changed type from string to DateOnlyFormatCodeContentType - Changed enumeration from [] to [2, 3, 4, 101, 102, 105, 106, 107, 110, 609] - added: [2, 3, 4, 101, 102, 105, 106, 107, 110, 609] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString/@format - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString/@format - Modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID @@ -2267,15 +2171,13 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{AdjustmentReasonCodeListAgencyIDContentType}{0..1} in type {AdjustmentReasonCodeType} new: @listAgencyID{AdjustmentReasonCodeListAgencyIDContentType}{0..1} in type {AdjustmentReasonCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode/@listAgencyID Modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID @@ -2286,40 +2188,35 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType} new: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listAgencyID Modifying attribute: old: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType} new: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listAgencyID Modifying attribute: old: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType} new: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listAgencyID Modifying attribute: old: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType} new: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listAgencyID Modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID @@ -3564,8 +3461,7 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID @@ -3694,8 +3590,7 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} - Changed enumeration from [] to [5] - added: [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) + Changed fixed default from 5 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID @@ -3740,16 +3635,14 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType} new: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listAgencyID Modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listAgencyID @@ -3768,8 +3661,7 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID @@ -3846,8 +3738,7 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@listAgencyID @@ -3923,46 +3814,40 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType} new: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listAgencyID Modifying attribute: old: @listAgencyID{LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType} new: @listAgencyID{LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listAgencyID Modifying attribute: old: @listAgencyID{MessageFunctionCodeListAgencyIDContentType}{0..1} in type {MessageFunctionCodeType} new: @listAgencyID{MessageFunctionCodeListAgencyIDContentType}{0..1} in type {MessageFunctionCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listAgencyID Modifying attribute: old: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType} - new: @listAgencyID{token}{0..1} in type {PackageTypeCodeType} - Changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to http://www.w3.org/2001/XMLSchema - Changed type from PackageTypeCodeListAgencyIDContentType to token + new: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType} + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listAgencyID Modifying attribute: old: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType} new: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listAgencyID Modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listAgencyID @@ -4091,45 +3976,39 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{PaymentGuaranteeMeansCodeListAgencyIDContentType}{0..1} in type {PaymentGuaranteeMeansCodeType} new: @listAgencyID{PaymentGuaranteeMeansCodeListAgencyIDContentType}{0..1} in type {PaymentGuaranteeMeansCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode/@listAgencyID Modifying attribute: old: @listAgencyID{PaymentMeansChannelCodeListAgencyIDContentType}{0..1} in type {PaymentMeansChannelCodeType} new: @listAgencyID{PaymentMeansChannelCodeListAgencyIDContentType}{0..1} in type {PaymentMeansChannelCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@listAgencyID Modifying attribute: old: @listAgencyID{PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} new: @listAgencyID{PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listAgencyID Modifying attribute: old: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} new: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listAgencyID Modifying attribute: old: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType} new: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listAgencyID Modifying attribute: old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType} new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listAgencyID @@ -4138,8 +4017,7 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listAgencyID @@ -4215,8 +4093,7 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listAgencyID @@ -4239,8 +4116,7 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listAgencyID @@ -4263,8 +4139,7 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listAgencyID @@ -4287,16 +4162,14 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType} new: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listAgencyID Modifying attribute: old: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType} new: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listAgencyID @@ -4312,35 +4185,289 @@ Modifying attribute: Modifying attribute: old: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType} new: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listAgencyID Modifying attribute: old: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType} new: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listAgencyID Modifying attribute: old: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType} new: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType} - Changed enumeration from [] to [6] - added: [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) + Changed fixed default from 6 to null at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listAgencyID +Modifying attribute: + old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} + new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} + Changed fixed default from 210 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID + +Modifying attribute: + old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} + new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} + Changed fixed default from 210 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID + +Modifying attribute: + old: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + new: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + Changed fixed default from 6 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listAgencyID + +Modifying attribute: + old: @listAgencyID{token}{0..1} in type {CargoCommodityCategoryCodeType} + new: @listAgencyID{token}{0..1} in type {CargoCommodityCategoryCodeType} + Changed fixed default from 6 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listAgencyID + Modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType} new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} Changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 Changed type from token to LocationFunctionCodeListAgencyIDContentType - Changed fixed default from null to 6 - Changed enumeration from [] to [6] - added: [6] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID @@ -4367,12 +4494,2437 @@ Modifying attribute: new: @listAgencyID{TransportServicePaymentArrangementCodeListAgencyIDContentType}{0..1} in type {TransportServicePaymentArrangementCodeType} Changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 Changed type from token to TransportServicePaymentArrangementCodeListAgencyIDContentType - Changed fixed default from null to 6 - Changed enumeration from [] to [6] - added: [6] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listAgencyID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listAgencyID +Modifying attribute: + old: @listAgencyID{token}{0..1} in type {GoodsTypeCodeType} + new: @listAgencyID{token}{0..1} in type {GoodsTypeCodeType} + Changed fixed default from 6 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listAgencyID + +Modifying attribute: + old: @listAgencyID{token}{0..1} in type {GoodsTypeExtensionCodeType} + new: @listAgencyID{token}{0..1} in type {GoodsTypeExtensionCodeType} + Changed fixed default from 6 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listAgencyID + +Modifying attribute: + old: @listAgencyID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + new: @listAgencyID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + Changed fixed default from 6 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listAgencyID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listAgencyID + +Modifying attribute: + old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} + new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} + Changed fixed default from AccountingE501 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} + new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} + Changed fixed default from AccountingE601 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {AccountingDocumentCodeType} + new: @listID{token}{0..1} in type {AccountingDocumentCodeType} + Changed fixed default from 1001_Accounting to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {AdjustmentReasonCodeType} + new: @listID{token}{0..1} in type {AdjustmentReasonCodeType} + Changed fixed default from 4465 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + new: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + Changed fixed default from 5189_AllowanceChargeID to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} + new: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} + Changed fixed default from 4465_AllowanceChargeReasonCode to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {AutomaticDataCaptureMethodCodeType} + new: @listID{token}{0..1} in type {AutomaticDataCaptureMethodCodeType} + Changed fixed default from 7233_AutomaticDataCaptureMethodCode to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {CargoCategoryCodeType} + new: @listID{token}{0..1} in type {CargoCategoryCodeType} + Changed fixed default from Recommendation 21-Annex I to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {CargoCommodityCategoryCodeType} + new: @listID{token}{0..1} in type {CargoCommodityCategoryCodeType} + Changed fixed default from 7357 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {CargoOperationalCategoryCodeType} + new: @listID{token}{0..1} in type {CargoOperationalCategoryCodeType} + Changed fixed default from 7085b to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {ChargePayingPartyRoleCodeType} + new: @listID{token}{0..1} in type {ChargePayingPartyRoleCodeType} + Changed fixed default from 3035_Charge Paying to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {CommunicationChannelCodeType} + new: @listID{token}{0..1} in type {CommunicationChannelCodeType} + Changed fixed default from 3155_CommunicationChannelCode to null + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {ContactTypeCodeType} + new: @listID{token}{0..1} in type {ContactTypeCodeType} + Changed fixed default from 3139_ContactTypeCode to null + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {CurrencyCodeType} + new: @listID{token}{0..1} in type {CurrencyCodeType} + Changed fixed default from ISO 4217 3A to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listID + at /CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {DeliveryTermsCodeType} + new: @listID{token}{0..1} in type {DeliveryTermsCodeType} + Changed fixed default from 4053 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {DimensionTypeCodeType} + new: @listID{token}{0..1} in type {DimensionTypeCodeType} + Changed fixed default from 6145 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {DocumentCodeType} + new: @listID{token}{0..1} in type {DocumentCodeType} + Changed fixed default from 1001 to null + at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {DocumentStatusCodeType} + new: @listID{token}{0..1} in type {DocumentStatusCodeType} + Changed fixed default from 1373 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {FreightChargeTariffClassCodeType} + new: @listID{token}{0..1} in type {FreightChargeTariffClassCodeType} + Changed fixed default from 5243 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {GoodsTypeCodeType} + new: @listID{token}{0..1} in type {GoodsTypeCodeType} + Changed fixed default from TDED 7357 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {GoodsTypeExtensionCodeType} + new: @listID{token}{0..1} in type {GoodsTypeExtensionCodeType} + Changed fixed default from TDED 7361 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {LineStatusCodeType} + new: @listID{token}{0..1} in type {LineStatusCodeType} + Changed fixed default from 1229_LineStatusCode to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + new: @listID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + Changed fixed default from TDED 6131 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {MessageFunctionCodeType} + new: @listID{token}{0..1} in type {MessageFunctionCodeType} + Changed fixed default from 1225_MessageFunctionTypeCode to null + at /CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {PackageTypeCodeType} + new: @listID{token}{0..1} in type {PackageTypeCodeType} + Changed fixed default from 7065 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {PackagingMarkingCodeType} + new: @listID{token}{0..1} in type {PackagingMarkingCodeType} + Changed fixed default from 7233_PackagingMarkingCode to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {PartyRoleCodeType} + new: @listID{token}{0..1} in type {PartyRoleCodeType} + Changed fixed default from 3035 to null + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {PaymentGuaranteeMeansCodeType} + new: @listID{token}{0..1} in type {PaymentGuaranteeMeansCodeType} + Changed fixed default from 4431 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {PaymentMeansChannelCodeType} + new: @listID{token}{0..1} in type {PaymentMeansChannelCodeType} + Changed fixed default from 4435 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {PaymentMeansCodeType} + new: @listID{token}{0..1} in type {PaymentMeansCodeType} + Changed fixed default from 4461 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} + new: @listID{token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} + Changed fixed default from 2475_Payment Terms Event to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {PaymentTermsTypeCodeType} + new: @listID{token}{0..1} in type {PaymentTermsTypeCodeType} + Changed fixed default from 4279 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {PriceTypeCodeType} + new: @listID{token}{0..1} in type {PriceTypeCodeType} + Changed fixed default from 5375 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {ReferenceCodeType} + new: @listID{token}{0..1} in type {ReferenceCodeType} + Changed fixed default from 1153_ReferenceTypeCode to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {TaxCategoryCodeType} + new: @listID{token}{0..1} in type {TaxCategoryCodeType} + Changed fixed default from 5305 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {TaxTypeCodeType} + new: @listID{token}{0..1} in type {TaxTypeCodeType} + Changed fixed default from 5153 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {TimeReferenceCodeType} + new: @listID{token}{0..1} in type {TimeReferenceCodeType} + Changed fixed default from 2475 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {TransportEquipmentCategoryCodeType} + new: @listID{token}{0..1} in type {TransportEquipmentCategoryCodeType} + Changed fixed default from 8053 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listID + +Modifying attribute: + old: @listID{token}{0..1} in type {TransportEquipmentFullnessCodeType} + new: @listID{token}{0..1} in type {TransportEquipmentFullnessCodeType} + Changed fixed default from 8169 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listID + Modifying attribute: old: @listID{token}{0..1} in type {TransportEquipmentSizeTypeCodeType} new: @listID{token}{0..1} in type {CodeType} @@ -4381,1824 +6933,361 @@ Modifying attribute: at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode/@listID Modifying attribute: - old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} - new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} - Changed enumeration from [] to [5] - added: [5] - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/OriginTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeAgencyID - -Modifying attribute: - old: @schemeAgencyID{FreightChargeTypeIDSchemeAgencyIDContentType}{0..1} in type {FreightChargeTypeIDType} - new: @schemeAgencyID{FreightChargeTypeIDSchemeAgencyIDContentType}{0..1} in type {FreightChargeTypeIDType} - Changed enumeration from [] to [6] - added: [6] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeAgencyID + old: @listID{token}{0..1} in type {TransportMeansTypeCodeType} + new: @listID{token}{0..1} in type {TransportMeansTypeCodeType} + Changed fixed default from Recommendation 28 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listID Modifying attribute: - old: @schemeAgencyID{PaymentTermsIDSchemeAgencyIDContentType}{0..1} in type {PaymentTermsIDType} - new: @schemeAgencyID{PaymentTermsIDSchemeAgencyIDContentType}{0..1} in type {PaymentTermsIDType} - Changed enumeration from [] to [6] - added: [6] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeAgencyID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeAgencyID + old: @listID{token}{0..1} in type {TransportModeCodeType} + new: @listID{token}{0..1} in type {TransportModeCodeType} + Changed fixed default from Recommendation 19 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listID Modifying attribute: - old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType} - new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} - Changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 - Changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentType - Changed enumeration from [] to [CMT, FOT, INH, MTR] - added: [CMT, FOT, INH, MTR] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LoadingLengthMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LoadingLengthMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/DiameterMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/DiameterMeasure/@unitCode + old: @listID{token}{0..1} in type {TransportMovementStageCodeType} + new: @listID{token}{0..1} in type {TransportMovementStageCodeType} + Changed fixed default from 8051 to null + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listID Modifying attribute: - old: @unitCode{VolumeUnitMeasureUnitCodeContentType}{0..1} in type {VolumeUnitMeasureType} - new: @unitCode{MeasurementUnitCommonCodeVolumeContentType}{0..1} in type {VolumeUnitMeasureType} - Changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeVolume:4 - Changed type from VolumeUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeVolumeContentType - Changed enumeration from [] to [CMQ, FTQ, LTR, MMQ, MTQ] - added: [CMQ, FTQ, LTR, MMQ, MTQ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GrossVolumeMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GrossVolumeMeasure/@unitCode - -Modifying attribute: - old: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType} - new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} - Changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 - Changed type from WeightUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeWeightContentType - Changed enumeration from [] to [KGM, TNE] - added: [KGM, TNE] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GrossWeightMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/GrossWeightMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/GrossWeightMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/NetWeightMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GrossWeightMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/GrossWeightMeasure/@unitCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/TheoreticalWeightMeasure/@unitCode + old: @schemeVersionID{token}{0..1} in type {CountryIDType} + new: @schemeVersionID{token}{0..1} in type {CountryIDType} + Changed fixed default from second edition 2006 to null + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/OriginTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeVersionID Modifying attribute: old: @unitCode{token}{0..1} in type {MeasureType} - new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} - Changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 - Changed type from token to MeasurementUnitCommonCodeWeightContentType + new: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType} + Changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 + Changed type from token to WeightUnitMeasureUnitCodeContentType Changed maxLength from null to 3 Changed minLength from null to 1 - Changed enumeration from [] to [KGM, TNE] - added: [KGM, TNE] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure/@unitCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure/@unitCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure/@unitCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure/@unitCode -Modifying element: - old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType} - new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType} - Changed enumeration from [] to [1, 2, 3, 4, 5, 6] - added: [1, 2, 3, 4, 5, 6] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode - Modifying element: old: {DocumentLineDocumentType}{1..1} in type {SupplyChainTradeLineItemType} new: {DocumentLineDocumentType}{0..1} in type {SupplyChainTradeLineItemType} Changed cardinality from 1..1 to 0..1 at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument -Modifying element: - old: {AutomaticDataCaptureMethodCodeType}{0..*} in type {PackagingMarkingType} - new: {AutomaticDataCaptureMethodCodeType}{0..*} in type {PackagingMarkingType} - Changed enumeration from [] to [50, 51, 52, 64, 65, 67, 78, 79, 81, 82] - added: [50, 51, 52, 64, 65, 67, 78, 79, 81, 82] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode - -Modifying element: - old: {LogisticsChargeCalculationBasisCodeType}{0..1} in type {LogisticsServiceChargeType} - new: {LogisticsChargeCalculationBasisCodeType}{0..1} in type {LogisticsServiceChargeType} - Changed enumeration from [] to [ZZZ] - added: [ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode - -Modifying element: - old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} - new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} - Changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] - added: [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode - -Modifying element: - old: {TransportEquipmentCategoryCodeType}{0..1} in type {LogisticsTransportEquipmentType} - new: {TransportEquipmentCategoryCodeType}{0..1} in type {LogisticsTransportEquipmentType} - Changed enumeration from [] to [AA, AB, AD, AE, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AT, BB, BL, BPN, BPO, BPP, BPQ, BPR, BPS, BPT, BPU, BPV, BPW, BPX, BPY, BPZ, BR, BX, CH, CN, DPA, DPB, DPC, DPD, DPE, DPF, DPG, DPH, DPI, DPJ, DPK, DPL, DPM, DPN, DPO, EFP, EFQ, EFR, EFS, EFT, EFU, EFV, EFW, EFX, EFY, EFZ, EGA, EGB, EGC, EGD, EGE, EGF, EGG, EGH, EGI, EYP, FPN, FPR, IL, LAR, LU, MPA, PA, PBP, PFP, PL, PPA, PST, RF, RG, RGF, RO, RR, SPP, STR, SW, TE, TP, TS, TSU, UL] - added: [AA, AB, AD, AE, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AT, BB, BL, BPN, BPO, BPP, BPQ, BPR, BPS, BPT, BPU, BPV, BPW, BPX, BPY, BPZ, BR, BX, CH, CN, DPA, DPB, DPC, DPD, DPE, DPF, DPG, DPH, DPI, DPJ, DPK, DPL, DPM, DPN, DPO, EFP, EFQ, EFR, EFS, EFT, EFU, EFV, EFW, EFX, EFY, EFZ, EGA, EGB, EGC, EGD, EGE, EGF, EGG, EGH, EGI, EYP, FPN, FPR, IL, LAR, LU, MPA, PA, PBP, PFP, PL, PPA, PST, RF, RG, RGF, RO, RR, SPP, STR, SW, TE, TP, TS, TSU, UL] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode - -Modifying element: - old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType} - new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType} - Changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] - added: [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode - Modifying element: old: {TransportEquipmentSizeTypeCodeType}{0..1} in type {LogisticsTransportEquipmentType} new: {CodeType}{0..1} in type {LogisticsTransportEquipmentType} @@ -6207,357 +7296,277 @@ Modifying element: at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode Modifying element: - old: {CountryIDType}{0..1} in type {TradeAddressType} - new: {CountryIDType}{0..1} in type {TradeAddressType} - Changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - added: [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID - -Modifying element: - old: {CountryIDType}{0..1} in type {TradeLocationType} - new: {CountryIDType}{0..1} in type {TradeLocationType} - Changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - added: [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID - -Modifying element: - old: {CurrencyCodeType}{0..1} in type {TradeTaxType} - new: {CurrencyCodeType}{0..1} in type {TradeTaxType} - Changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode - -Modifying element: - old: {DateTimeType}{0..1} in type {DateTimeType} - new: {DateOnlyFormattedDateTimeType}{1..1} in type {DateOnlyFormattedDateTimeType} - Changed type namespace from urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100 to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 - Changed cardinality from 0..1 to 1..1 - Changed compositor from CHOICE to SEQUENCE - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString - -Modifying element: - old: {CurrencyCodeType}{1..1} in type {ValuationBreakdownStatementType} - new: {CurrencyCodeType}{1..1} in type {ValuationBreakdownStatementType} - Changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - at /CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode - -Modifying element: - old: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType} - new: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType} - Changed enumeration from [] to [1, 2, CFR, CIF, CIP, CPT, DAP, DDP, DPU, EXW, FAS, FCA, FOB] - added: [1, 2, CFR, CIF, CIP, CPT, DAP, DDP, DPU, EXW, FAS, FCA, FOB] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode + old: {TextType}{0..*} in type {TradeAddressType} + new: {TextType}{0..1} in type {TradeAddressType} + Changed cardinality from 0..* to 0..1 + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName Modifying element: old: {TextType}{0..1} in type {TradeProductType} @@ -6566,99 +7575,18 @@ Modifying element: at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/Description at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/Description -Modifying element: - old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - Changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] - added: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode - -Modifying element: - old: {PaymentTermsEventTimeReferenceCodeType}{0..1} in type {TradePaymentTermsType} - new: {PaymentTermsEventTimeReferenceCodeType}{0..1} in type {TradePaymentTermsType} - Changed enumeration from [] to [5, 24, 29, 45, 71] - added: [5, 24, 29, 45, 71] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode - Modifying element: old: {TradePriceType}{0..1} in type {SubordinateLineTradeAgreementType} new: {TradePriceType}{0..*} in type {SubordinateLineTradeAgreementType} Changed cardinality from 0..1 to 0..* at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice -Modifying element: - old: {PaymentGuaranteeMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - new: {PaymentGuaranteeMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - Changed enumeration from [] to [1, 10, 11, 12, 13, 14, 20, 21, 23, 24, 45, ZZZ] - added: [1, 10, 11, 12, 13, 14, 20, 21, 23, 24, 45, ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode - -Modifying element: - old: {CountryIDType}{0..1} in type {TradeCountryType} - new: {CountryIDType}{0..1} in type {TradeCountryType} - Changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - added: [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/OriginTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID - -Modifying element: - old: {FreightChargeTypeIDType}{0..1} in type {LogisticsServiceChargeType} - new: {FreightChargeTypeIDType}{0..1} in type {LogisticsServiceChargeType} - Changed enumeration from [] to [100000, 100999, 101000, 101002, 101003, 101004, 101005, 101006, 101007, 101008, 101009, 101010, 101011, 101012, 101013, 101014, 101015, 101016, 101017, 101018, 101019, 101020, 101021, 101021, 101021, 101021, 101021, 101021, 101021, 101021, 101022, 101024, 101027, 101028, 101029, 101031, 101033, 101034, 101035, 101036, 101037, 101038, 101039, 101040, 101041, 101042, 101043, 101044, 101045, 101046, 101047, 101048, 101049, 101050, 101051, 101052, 101053, 101054, 101056, 101057, 101058, 101059, 101060, 101061, 102000, 102002, 102003, 102004, 102005, 102006, 102011, 102012, 102013, 102014, 102015, 102016, 102017, 102018, 102019, 102020, 102021, 102022, 102023, 102024, 102025, 102026, 102027, 102028, 102029, 102030, 102041, 102042, 102043, 102043, 102044, 102045, 102046, 102047, 102049, 102050, 102051, 102052, 102070, 102071, 102072, 102073, 102074, 102075, 102076, 102077, 102078, 102079, 102080, 102081, 102082, 102083, 102084, 102085, 102086, 102087, 102088, 103000, 103001, 103002, 103003, 103004, 103005, 103006, 103007, 103008, 103009, 103010, 103011, 103012, 103013, 103015, 103016, 103017, 103018, 103019, 104000, 104002, 104003, 104004, 104004, 104005, 104006, 104007, 104008, 104009, 104010, 104011, 104012, 104013, 104014, 104015, 104016, 104024, 104024, 104024, 104025, 104027, 104028, 104029, 104030, 104031, 104032, 104036, 104037, 104038, 104039, 104041, 104042, 104043, 104044, 104045, 104046, 104052, 104052, 104052, 104052, 104055, 104056, 104059, 104060, 104063, 104064, 104068, 104069, 104070, 104071, 104072, 104073, 104074, 104075, 104076, 104077, 104078, 104079, 104080, 104081, 104082, 104083, 104084, 104085, 104102, 104102, 104104, 104106, 104107, 104108, 104109, 104110, 104111, 104112, 104113, 104114, 104115, 104116, 104118, 104119, 104120, 104121, 104124, 104125, 104125, 104125, 104125, 104127, 104129, 104130, 104131, 104132, 104134, 104135, 104135, 104135, 104135, 104136, 104137, 104137, 104137, 104138, 104138, 104139, 104139, 104139, 104139, 104140, 104141, 104142, 104144, 104144, 104144, 104145, 104146, 104148, 104149, 104150, 104151, 104152, 104153, 104154, 104155, 104156, 104157, 104158, 104159, 104159, 104160, 104161, 104162, 104163, 104164, 104165, 104166, 104167, 104168, 104169, 104170, 104172, 104173, 104175, 104176, 104177, 104178, 104179, 104180, 104181, 104182, 104183, 104185, 104186, 104188, 104189, 104190, 104191, 104192, 104193, 104194, 104195, 104196, 104197, 104198, 104199, 104200, 104201, 104202, 104203, 104204, 104205, 104206, 104207, 104208, 104209, 104210, 104211, 104212, 104213, 105000, 105001, 105002, 105003, 105004, 105005, 105006, 105007, 105009, 105010, 105012, 105013, 105014, 105015, 105016, 105017, 105018, 105020, 106000, 106001, 106002, 106003, 106004, 106005, 106006, 106007, 106008, 106009, 106010, 106011, 106012, 106013, 106014, 106015, 106016, 106018, 107000, 107001, 107001, 107002, 108000, 108001, 108002, 108003, 108004, 108005, 108006, 109000, 109001, 110000, 110001, 110002, 110003, 110004, 110005, 110006, 110007, 110008, 110009, 110010, 110011, 200000, 200999, 202000, 202001, 202002, 202003, 202004, 202005, 202006, 202007, 202008, 202009, 202010, 202011, 202012, 202013, 203000, 203001, 203002, 203003, 203004, 203005, 203006, 203007, 203008, 203009, 203010, 203011, 203012, 203013, 203014, 203015, 203016, 203017, 203018, 203019, 203020, 203021, 203022, 203023, 203024, 203025, 203026, 203027, 203028, 203029, 203030, 203031, 203032, 203033, 203034, 203035, 203036, 203037, 203038, 203039, 203040, 203041, 203042, 203043, 203044, 203045, 203046, 203047, 203048, 203049, 203050, 203051, 203052, 203053, 203054, 203055, 203056, 203057, 203058, 203059, 203060, 203061, 203062, 203063, 203064, 203065, 203066, 203067, 203068, 203069, 203070, 203071, 203072, 203073, 203074, 203075, 203076, 203077, 203078, 203079, 203080, 203081, 203082, 203083, 203084, 203085, 203086, 203087, 203088, 203089, 203090, 203091, 203092, 203093, 203094, 203095, 203096, 203097, 203098, 203099, 203100, 203102, 203104, 203105, 203106, 203107, 203108, 203109, 203110, 203111, 203112, 203113, 203114, 203115, 203116, 203117, 203118, 203119, 203120, 203121, 203122, 203123, 203124, 203125, 203126, 203127, 203130, 203130, 203131, 203133, 203134, 203134, 203134, 203135, 203136, 203137, 203138, 203139, 203140, 203141, 203142, 203143, 203144, 203145, 203146, 203147, 203148, 203149, 203150, 203151, 203152, 203153, 203154, 203155, 203156, 203157, 203158, 203159, 203160, 203161, 203162, 203163, 203164, 203165, 203166, 203167, 203168, 203169, 203170, 203171, 203172, 203173, 203174, 203175, 203176, 203177, 203178, 203179, 203180, 203181, 203182, 203183, 203184, 203185, 203186, 203187, 203188, 203189, 203190, 203191, 203192, 203193, 203194, 203195, 203196, 203197, 203198, 203199, 203200, 203201, 203202, 203203, 203204, 203205, 204000, 204001, 204002, 204003, 204004, 204005, 204006, 204007, 204008, 204009, 204010, 204011, 204012, 204013, 204014, 204015, 204016, 204017, 204018, 204019, 204020, 204021, 204022, 204023, 204024, 204025, 204026, 204027, 204028, 204029, 204030, 204031, 204032, 204033, 204034, 204035, 204036, 204037, 204038, 204039, 204040, 204041, 204042, 204043, 204044, 204045, 204046, 204047, 204048, 204049, 204050, 204051, 204052, 204053, 204054, 204055, 204056, 204057, 204058, 204059, 204060, 204061, 204062, 204063, 204064, 204065, 204066, 204067, 204068, 204069, 204070, 204071, 204072, 204073, 204074, 204075, 204076, 204077, 204078, 204079, 204080, 204081, 204082, 204083, 204084, 204085, 204086, 204087, 204088, 204089, 204090, 204091, 204092, 204093, 204094, 204095, 204096, 204097, 204098, 204099, 204100, 204101, 204102, 204103, 204104, 204105, 204106, 204107, 204108, 204109, 204110, 204111, 204112, 204113, 204114, 204115, 204116, 204117, 204118, 204119, 204120, 204121, 204122, 204123, 204124, 204125, 204126, 204127, 204128, 204129, 204130, 204131, 204132, 204133, 204134, 204135, 204136, 204137, 204138, 204139, 204140, 204141, 204142, 204143, 204144, 204145, 204146, 204148, 204150, 204151, 204152, 204153, 204154, 204155, 204156, 204157, 204158, 204159, 204160, 204161, 204162, 204163, 204164, 204165, 204166, 204167, 204168, 204169, 204170, 204171, 204172, 204173, 204175, 204176, 204177, 204178, 204179, 204180, 204181, 204182, 204183, 204184, 204185, 204186, 204187, 204188, 204189, 204190, 204191, 204192, 204193, 204194, 204195, 204196, 204197, 204198, 204199, 204200, 204201, 204202, 204203, 204204, 204205, 204206, 204207, 204208, 204209, 204210, 204211, 204212, 204213, 204214, 204215, 204216, 204217, 204218, 204219, 205000, 205001, 205002, 205003, 205004, 205005, 205006, 205007, 205008, 205009, 205010, 205011, 205012, 205013, 205014, 205015, 205016, 205017, 205018, 205019, 205020, 205021, 205022, 205023, 205025, 205027, 205028, 205029, 205030, 205031, 205032, 205033, 205034, 205035, 205036, 205037, 205038, 205039, 205040, 205041, 205042, 205043, 205044, 205045, 205046, 205047, 205048, 205049, 205050, 205051, 205052, 205053, 205054, 205055, 205056, 205057, 205058, 205059, 205060, 205061, 205062, 206000, 206001, 206002, 206003, 206004, 206005, 206006, 206007, 206008, 206009, 206010, 206011, 206012, 206013, 206014, 206015, 206016, 206017, 206018, 206019, 206020, 206021, 206023, 206025, 206026, 206027, 206028, 206029, 206030, 206031, 206032, 206033, 206034, 206035, 206036, 206037, 206038, 206039, 206040, 206041, 206042, 206043, 206044, 206045, 206046, 206047, 206048, 206049, 206050, 206051, 206052, 206053, 206054, 206055, 206056, 206057, 206058, 206059, 206060, 206061, 206062, 206063, 206064, 206065, 206066, 207000, 207001, 207002, 207003, 207004, 207005, 207006, 207007, 207008, 207009, 207010, 207011, 207012, 207013, 207014, 207015, 207016, 207017, 207018, 207019, 207020, 207022, 207023, 207024, 207025, 207026, 207027, 207028, 207029, 207030, 207032, 207033, 207034, 207035, 207036, 207037, 207038, 207039, 207040, 207041, 207042, 207043, 207044, 207045, 207046, 207047, 207048, 207049, 207050, 207051, 207052, 207053, 207054, 207055, 207056, 207057, 207058, 207059, 207060, 207061, 207062, 208000, 208001, 208002, 208003, 208004, 208005, 208006, 208007, 208008, 208009, 208010, 208011, 208012, 208013, 208014, 208015, 208016, 208017, 208018, 208019, 208020, 208021, 208022, 208023, 208024, 208025, 208026, 208027, 208028, 208030, 208030, 208030, 208030, 208031, 208032, 208034, 208035, 208036, 208037, 208038, 208039, 208040, 208041, 208042, 208043, 208044, 208045, 208046, 208047, 208048, 208049, 208050, 208051, 209000, 209001, 209002, 209003, 209004, 209005, 209006, 209007, 209008, 209009, 209010, 209011, 209012, 209013, 209014, 209015, 209032, 209033, 209034, 209058, 209060, 209061, 209062, 209063, 209064, 209065, 209066, 209067, 209068, 209069, 209070, 209071, 209072, 209073, 209074, 210000, 210001, 210002, 210003, 210004, 210005, 210006, 210007, 210008, 210009, 210010, 210011, 210012, 210013, 210014, 210015, 210016, 210017, 210018, 210019, 210020, 210021, 210022, 210023, 210024, 210025, 210026, 210027, 210028, 210029, 210030, 210031, 210032, 210033, 210034, 210035, 210036, 210037, 210038, 210039, 210040, 210041, 210041, 210041, 210041, 210041, 210042, 210043, 210044, 210045, 210046, 210047, 210048, 210049, 210050, 210051, 210052, 210053, 210054, 210055, 210056, 210057, 210058, 210059, 210060, 210061, 210062, 211000, 211001, 211002, 211003, 211004, 211005, 211006, 211007, 211008, 211009, 211010, 211011, 211012, 211013, 211014, 211015, 211016, 211017, 211018, 211019, 211020, 211021, 211022, 211023, 211024, 211025, 211026, 211027, 211028, 211029, 211030, 211031, 211032, 211033, 211034, 211035, 211036, 211037, 211038, 211039, 211040, 211041, 211042, 211043, 211044, 212000, 212001, 212002, 212003, 212004, 213000, 213001, 213002, 213003, 213004, 213005, 214000, 214001, 214002, 214003, 214004, 214004, 214004, 215000, 215001, 215002, 215002, 215004, 215005, 215005, 215005, 215005, 215006, 215007, 215008, 215009, 215010, 215011, 216000, 216001, 216002, 216003, 216004, 216005, 216006, 216007, 216008, 216009, 216010, 216011, 216012, 216013, 216014, 216015, 216016, 216016, 216016, 216016, 216017, 216019, 216020, 216021, 216022, 216023, 216024, 216025, 216026, 216027, 216028, 216029, 216030, 216031, 216031, 216031, 216032, 216033, 216034, 216035, 216036, 216037, 216038, 216039, 216040, 216041, 216042, 216044, 216045, 216046, 216047, 216048, 216049, 216050, 216051, 216052, 216053, 216054, 216055, 216056, 216057, 216058, 216059, 216060, 216061, 216062, 216063, 216064, 216065, 216066, 216067, 216068, 216069, 216070, 216071, 216072, 216073, 216074, 216075, 216076, 216077, 216078, 216079, 216080, 216081, 216082, 216083, 216084, 216085, 216086, 216087, 216088, 216089, 216090, 216091, 216092, 216093, 216094, 300000, 300999, 301000, 301001, 301001, 301001, 301002, 301002, 301002, 301002, 301003, 301004, 301005, 301006, 301007, 301008, 301009, 301010, 301011, 301011, 301011, 301011, 301012, 301013, 301013, 301014, 301015, 301016, 301017, 301018, 301019, 301020, 301021, 301022, 301023, 301024, 301025, 301026, 301027, 301028, 301029, 301030, 301031, 301031, 301032, 301033, 301034, 301035, 301036, 301037, 301038, 301039, 301040, 301041, 301042, 301043, 301044, 301045, 301046, 301047, 301048, 301048, 301048, 301048, 301048, 301048, 301048, 301049, 301050, 301051, 301052, 301053, 301054, 301055, 301056, 301057, 301058, 301059, 301060, 301061, 301062, 301063, 301064, 301065, 301066, 301067, 301068, 301069, 301070, 301072, 301073, 301074, 301075, 301076, 301077, 301078, 302000, 302001, 302002, 302003, 302004, 302004, 302004, 302004, 302004, 302005, 302006, 302007, 302008, 302009, 302010, 302011, 302012, 302013, 302014, 302016, 302017, 302018, 400000, 400999, 401000, 401001, 401003, 401004, 401005, 401006, 401009, 401015, 401015, 401016, 401017, 401018, 402000, 402001, 402002, 402003, 402004, 402005, 402006, 402007, 500000, 500999, 501000, 501001, 501002, 501003, 501004, 501005, 501005, 501005, 501005, 501006, 501006, 501006, 501006, 501007, 501007, 501008, 501009, 501009, 501009, 501009, 502000, 502001, 502002, 502002, 502002, 502003, 502004, 502005, 502006, 600000, 600018, 600926, 600999, 601000, 601001, 601002, 601003, 601003, 601003, 601003, 601004, 601005, 601006, 601007, 601008, 602000, 602001, 602002, 602003, 603000, 603001, 603002, 603003, 603004, 603005, 603006, 603007, 603008, 603009, 603010, 604000, 604001, 604001, 604001, 604002, 605000, 606000, 606003, 606003, 606004, 606005, 606006, 606007, 606008, 606009, 607000, 607001, 607001, 607001, 608000, 608001, 608001, 608001, 608001, 608002, 608003, 608003, 608003, 608003, 608003, 609000, 609001, 609002, 609003, 609004, 609005, 609006, 609007, 609008, 609008, 609008, 609008, 609008, 609009, 609010, 609011, 609012, 609013, 609015, 609016, 609017, 609018, 609019, 609020, 609022, 609023, 609024, 609025, 609026, 609027, 609028, 609029, 609030, 609031, 609031, 609032, 609032, 609033, 609034, 609035, 609036, 609037, 609038, 609039, 609040, 609041, 609041, 609042, 609043, 609043, 609044, 609045, 609046, 609047, 609049, 609050, 609051, 609052, 609053, 609054, 609055, 609056, 609056, 609056, 609057, 609058, 609059, 609060, 609061, 609062, 609063, 609064, 609065, 609067, 609068, 609069, 609070, 609071, 609072, 609073, 609074, 609075, 609077, 609078, 609079, 609080, 609081, 609082, 609083, 609084, 609085, 609087, 609088, 609089, 609090, 609091, 609092, 609093, 609094, 609095, 609096, 609097, 609098, 609099, 609100, 609101, 609102, 609103, 609104, 609105, 609106, 609107, 609111, 609112, 609113, 609115, 609116, 609117, 609118, 609119, 609120, 609122, 609123, 609124, 609125, 609126, 609128, 609129, 609130, 609131, 609132, 609133, 609134, 609135, 609136, 609137, 609138, 609139, 609140, 609141, 609142, 609143, 609144, 609145] - added: [100000, 100999, 101000, 101002, 101003, 101004, 101005, 101006, 101007, 101008, 101009, 101010, 101011, 101012, 101013, 101014, 101015, 101016, 101017, 101018, 101019, 101020, 101021, 101021, 101021, 101021, 101021, 101021, 101021, 101021, 101022, 101024, 101027, 101028, 101029, 101031, 101033, 101034, 101035, 101036, 101037, 101038, 101039, 101040, 101041, 101042, 101043, 101044, 101045, 101046, 101047, 101048, 101049, 101050, 101051, 101052, 101053, 101054, 101056, 101057, 101058, 101059, 101060, 101061, 102000, 102002, 102003, 102004, 102005, 102006, 102011, 102012, 102013, 102014, 102015, 102016, 102017, 102018, 102019, 102020, 102021, 102022, 102023, 102024, 102025, 102026, 102027, 102028, 102029, 102030, 102041, 102042, 102043, 102043, 102044, 102045, 102046, 102047, 102049, 102050, 102051, 102052, 102070, 102071, 102072, 102073, 102074, 102075, 102076, 102077, 102078, 102079, 102080, 102081, 102082, 102083, 102084, 102085, 102086, 102087, 102088, 103000, 103001, 103002, 103003, 103004, 103005, 103006, 103007, 103008, 103009, 103010, 103011, 103012, 103013, 103015, 103016, 103017, 103018, 103019, 104000, 104002, 104003, 104004, 104004, 104005, 104006, 104007, 104008, 104009, 104010, 104011, 104012, 104013, 104014, 104015, 104016, 104024, 104024, 104024, 104025, 104027, 104028, 104029, 104030, 104031, 104032, 104036, 104037, 104038, 104039, 104041, 104042, 104043, 104044, 104045, 104046, 104052, 104052, 104052, 104052, 104055, 104056, 104059, 104060, 104063, 104064, 104068, 104069, 104070, 104071, 104072, 104073, 104074, 104075, 104076, 104077, 104078, 104079, 104080, 104081, 104082, 104083, 104084, 104085, 104102, 104102, 104104, 104106, 104107, 104108, 104109, 104110, 104111, 104112, 104113, 104114, 104115, 104116, 104118, 104119, 104120, 104121, 104124, 104125, 104125, 104125, 104125, 104127, 104129, 104130, 104131, 104132, 104134, 104135, 104135, 104135, 104135, 104136, 104137, 104137, 104137, 104138, 104138, 104139, 104139, 104139, 104139, 104140, 104141, 104142, 104144, 104144, 104144, 104145, 104146, 104148, 104149, 104150, 104151, 104152, 104153, 104154, 104155, 104156, 104157, 104158, 104159, 104159, 104160, 104161, 104162, 104163, 104164, 104165, 104166, 104167, 104168, 104169, 104170, 104172, 104173, 104175, 104176, 104177, 104178, 104179, 104180, 104181, 104182, 104183, 104185, 104186, 104188, 104189, 104190, 104191, 104192, 104193, 104194, 104195, 104196, 104197, 104198, 104199, 104200, 104201, 104202, 104203, 104204, 104205, 104206, 104207, 104208, 104209, 104210, 104211, 104212, 104213, 105000, 105001, 105002, 105003, 105004, 105005, 105006, 105007, 105009, 105010, 105012, 105013, 105014, 105015, 105016, 105017, 105018, 105020, 106000, 106001, 106002, 106003, 106004, 106005, 106006, 106007, 106008, 106009, 106010, 106011, 106012, 106013, 106014, 106015, 106016, 106018, 107000, 107001, 107001, 107002, 108000, 108001, 108002, 108003, 108004, 108005, 108006, 109000, 109001, 110000, 110001, 110002, 110003, 110004, 110005, 110006, 110007, 110008, 110009, 110010, 110011, 200000, 200999, 202000, 202001, 202002, 202003, 202004, 202005, 202006, 202007, 202008, 202009, 202010, 202011, 202012, 202013, 203000, 203001, 203002, 203003, 203004, 203005, 203006, 203007, 203008, 203009, 203010, 203011, 203012, 203013, 203014, 203015, 203016, 203017, 203018, 203019, 203020, 203021, 203022, 203023, 203024, 203025, 203026, 203027, 203028, 203029, 203030, 203031, 203032, 203033, 203034, 203035, 203036, 203037, 203038, 203039, 203040, 203041, 203042, 203043, 203044, 203045, 203046, 203047, 203048, 203049, 203050, 203051, 203052, 203053, 203054, 203055, 203056, 203057, 203058, 203059, 203060, 203061, 203062, 203063, 203064, 203065, 203066, 203067, 203068, 203069, 203070, 203071, 203072, 203073, 203074, 203075, 203076, 203077, 203078, 203079, 203080, 203081, 203082, 203083, 203084, 203085, 203086, 203087, 203088, 203089, 203090, 203091, 203092, 203093, 203094, 203095, 203096, 203097, 203098, 203099, 203100, 203102, 203104, 203105, 203106, 203107, 203108, 203109, 203110, 203111, 203112, 203113, 203114, 203115, 203116, 203117, 203118, 203119, 203120, 203121, 203122, 203123, 203124, 203125, 203126, 203127, 203130, 203130, 203131, 203133, 203134, 203134, 203134, 203135, 203136, 203137, 203138, 203139, 203140, 203141, 203142, 203143, 203144, 203145, 203146, 203147, 203148, 203149, 203150, 203151, 203152, 203153, 203154, 203155, 203156, 203157, 203158, 203159, 203160, 203161, 203162, 203163, 203164, 203165, 203166, 203167, 203168, 203169, 203170, 203171, 203172, 203173, 203174, 203175, 203176, 203177, 203178, 203179, 203180, 203181, 203182, 203183, 203184, 203185, 203186, 203187, 203188, 203189, 203190, 203191, 203192, 203193, 203194, 203195, 203196, 203197, 203198, 203199, 203200, 203201, 203202, 203203, 203204, 203205, 204000, 204001, 204002, 204003, 204004, 204005, 204006, 204007, 204008, 204009, 204010, 204011, 204012, 204013, 204014, 204015, 204016, 204017, 204018, 204019, 204020, 204021, 204022, 204023, 204024, 204025, 204026, 204027, 204028, 204029, 204030, 204031, 204032, 204033, 204034, 204035, 204036, 204037, 204038, 204039, 204040, 204041, 204042, 204043, 204044, 204045, 204046, 204047, 204048, 204049, 204050, 204051, 204052, 204053, 204054, 204055, 204056, 204057, 204058, 204059, 204060, 204061, 204062, 204063, 204064, 204065, 204066, 204067, 204068, 204069, 204070, 204071, 204072, 204073, 204074, 204075, 204076, 204077, 204078, 204079, 204080, 204081, 204082, 204083, 204084, 204085, 204086, 204087, 204088, 204089, 204090, 204091, 204092, 204093, 204094, 204095, 204096, 204097, 204098, 204099, 204100, 204101, 204102, 204103, 204104, 204105, 204106, 204107, 204108, 204109, 204110, 204111, 204112, 204113, 204114, 204115, 204116, 204117, 204118, 204119, 204120, 204121, 204122, 204123, 204124, 204125, 204126, 204127, 204128, 204129, 204130, 204131, 204132, 204133, 204134, 204135, 204136, 204137, 204138, 204139, 204140, 204141, 204142, 204143, 204144, 204145, 204146, 204148, 204150, 204151, 204152, 204153, 204154, 204155, 204156, 204157, 204158, 204159, 204160, 204161, 204162, 204163, 204164, 204165, 204166, 204167, 204168, 204169, 204170, 204171, 204172, 204173, 204175, 204176, 204177, 204178, 204179, 204180, 204181, 204182, 204183, 204184, 204185, 204186, 204187, 204188, 204189, 204190, 204191, 204192, 204193, 204194, 204195, 204196, 204197, 204198, 204199, 204200, 204201, 204202, 204203, 204204, 204205, 204206, 204207, 204208, 204209, 204210, 204211, 204212, 204213, 204214, 204215, 204216, 204217, 204218, 204219, 205000, 205001, 205002, 205003, 205004, 205005, 205006, 205007, 205008, 205009, 205010, 205011, 205012, 205013, 205014, 205015, 205016, 205017, 205018, 205019, 205020, 205021, 205022, 205023, 205025, 205027, 205028, 205029, 205030, 205031, 205032, 205033, 205034, 205035, 205036, 205037, 205038, 205039, 205040, 205041, 205042, 205043, 205044, 205045, 205046, 205047, 205048, 205049, 205050, 205051, 205052, 205053, 205054, 205055, 205056, 205057, 205058, 205059, 205060, 205061, 205062, 206000, 206001, 206002, 206003, 206004, 206005, 206006, 206007, 206008, 206009, 206010, 206011, 206012, 206013, 206014, 206015, 206016, 206017, 206018, 206019, 206020, 206021, 206023, 206025, 206026, 206027, 206028, 206029, 206030, 206031, 206032, 206033, 206034, 206035, 206036, 206037, 206038, 206039, 206040, 206041, 206042, 206043, 206044, 206045, 206046, 206047, 206048, 206049, 206050, 206051, 206052, 206053, 206054, 206055, 206056, 206057, 206058, 206059, 206060, 206061, 206062, 206063, 206064, 206065, 206066, 207000, 207001, 207002, 207003, 207004, 207005, 207006, 207007, 207008, 207009, 207010, 207011, 207012, 207013, 207014, 207015, 207016, 207017, 207018, 207019, 207020, 207022, 207023, 207024, 207025, 207026, 207027, 207028, 207029, 207030, 207032, 207033, 207034, 207035, 207036, 207037, 207038, 207039, 207040, 207041, 207042, 207043, 207044, 207045, 207046, 207047, 207048, 207049, 207050, 207051, 207052, 207053, 207054, 207055, 207056, 207057, 207058, 207059, 207060, 207061, 207062, 208000, 208001, 208002, 208003, 208004, 208005, 208006, 208007, 208008, 208009, 208010, 208011, 208012, 208013, 208014, 208015, 208016, 208017, 208018, 208019, 208020, 208021, 208022, 208023, 208024, 208025, 208026, 208027, 208028, 208030, 208030, 208030, 208030, 208031, 208032, 208034, 208035, 208036, 208037, 208038, 208039, 208040, 208041, 208042, 208043, 208044, 208045, 208046, 208047, 208048, 208049, 208050, 208051, 209000, 209001, 209002, 209003, 209004, 209005, 209006, 209007, 209008, 209009, 209010, 209011, 209012, 209013, 209014, 209015, 209032, 209033, 209034, 209058, 209060, 209061, 209062, 209063, 209064, 209065, 209066, 209067, 209068, 209069, 209070, 209071, 209072, 209073, 209074, 210000, 210001, 210002, 210003, 210004, 210005, 210006, 210007, 210008, 210009, 210010, 210011, 210012, 210013, 210014, 210015, 210016, 210017, 210018, 210019, 210020, 210021, 210022, 210023, 210024, 210025, 210026, 210027, 210028, 210029, 210030, 210031, 210032, 210033, 210034, 210035, 210036, 210037, 210038, 210039, 210040, 210041, 210041, 210041, 210041, 210041, 210042, 210043, 210044, 210045, 210046, 210047, 210048, 210049, 210050, 210051, 210052, 210053, 210054, 210055, 210056, 210057, 210058, 210059, 210060, 210061, 210062, 211000, 211001, 211002, 211003, 211004, 211005, 211006, 211007, 211008, 211009, 211010, 211011, 211012, 211013, 211014, 211015, 211016, 211017, 211018, 211019, 211020, 211021, 211022, 211023, 211024, 211025, 211026, 211027, 211028, 211029, 211030, 211031, 211032, 211033, 211034, 211035, 211036, 211037, 211038, 211039, 211040, 211041, 211042, 211043, 211044, 212000, 212001, 212002, 212003, 212004, 213000, 213001, 213002, 213003, 213004, 213005, 214000, 214001, 214002, 214003, 214004, 214004, 214004, 215000, 215001, 215002, 215002, 215004, 215005, 215005, 215005, 215005, 215006, 215007, 215008, 215009, 215010, 215011, 216000, 216001, 216002, 216003, 216004, 216005, 216006, 216007, 216008, 216009, 216010, 216011, 216012, 216013, 216014, 216015, 216016, 216016, 216016, 216016, 216017, 216019, 216020, 216021, 216022, 216023, 216024, 216025, 216026, 216027, 216028, 216029, 216030, 216031, 216031, 216031, 216032, 216033, 216034, 216035, 216036, 216037, 216038, 216039, 216040, 216041, 216042, 216044, 216045, 216046, 216047, 216048, 216049, 216050, 216051, 216052, 216053, 216054, 216055, 216056, 216057, 216058, 216059, 216060, 216061, 216062, 216063, 216064, 216065, 216066, 216067, 216068, 216069, 216070, 216071, 216072, 216073, 216074, 216075, 216076, 216077, 216078, 216079, 216080, 216081, 216082, 216083, 216084, 216085, 216086, 216087, 216088, 216089, 216090, 216091, 216092, 216093, 216094, 300000, 300999, 301000, 301001, 301001, 301001, 301002, 301002, 301002, 301002, 301003, 301004, 301005, 301006, 301007, 301008, 301009, 301010, 301011, 301011, 301011, 301011, 301012, 301013, 301013, 301014, 301015, 301016, 301017, 301018, 301019, 301020, 301021, 301022, 301023, 301024, 301025, 301026, 301027, 301028, 301029, 301030, 301031, 301031, 301032, 301033, 301034, 301035, 301036, 301037, 301038, 301039, 301040, 301041, 301042, 301043, 301044, 301045, 301046, 301047, 301048, 301048, 301048, 301048, 301048, 301048, 301048, 301049, 301050, 301051, 301052, 301053, 301054, 301055, 301056, 301057, 301058, 301059, 301060, 301061, 301062, 301063, 301064, 301065, 301066, 301067, 301068, 301069, 301070, 301072, 301073, 301074, 301075, 301076, 301077, 301078, 302000, 302001, 302002, 302003, 302004, 302004, 302004, 302004, 302004, 302005, 302006, 302007, 302008, 302009, 302010, 302011, 302012, 302013, 302014, 302016, 302017, 302018, 400000, 400999, 401000, 401001, 401003, 401004, 401005, 401006, 401009, 401015, 401015, 401016, 401017, 401018, 402000, 402001, 402002, 402003, 402004, 402005, 402006, 402007, 500000, 500999, 501000, 501001, 501002, 501003, 501004, 501005, 501005, 501005, 501005, 501006, 501006, 501006, 501006, 501007, 501007, 501008, 501009, 501009, 501009, 501009, 502000, 502001, 502002, 502002, 502002, 502003, 502004, 502005, 502006, 600000, 600018, 600926, 600999, 601000, 601001, 601002, 601003, 601003, 601003, 601003, 601004, 601005, 601006, 601007, 601008, 602000, 602001, 602002, 602003, 603000, 603001, 603002, 603003, 603004, 603005, 603006, 603007, 603008, 603009, 603010, 604000, 604001, 604001, 604001, 604002, 605000, 606000, 606003, 606003, 606004, 606005, 606006, 606007, 606008, 606009, 607000, 607001, 607001, 607001, 608000, 608001, 608001, 608001, 608001, 608002, 608003, 608003, 608003, 608003, 608003, 609000, 609001, 609002, 609003, 609004, 609005, 609006, 609007, 609008, 609008, 609008, 609008, 609008, 609009, 609010, 609011, 609012, 609013, 609015, 609016, 609017, 609018, 609019, 609020, 609022, 609023, 609024, 609025, 609026, 609027, 609028, 609029, 609030, 609031, 609031, 609032, 609032, 609033, 609034, 609035, 609036, 609037, 609038, 609039, 609040, 609041, 609041, 609042, 609043, 609043, 609044, 609045, 609046, 609047, 609049, 609050, 609051, 609052, 609053, 609054, 609055, 609056, 609056, 609056, 609057, 609058, 609059, 609060, 609061, 609062, 609063, 609064, 609065, 609067, 609068, 609069, 609070, 609071, 609072, 609073, 609074, 609075, 609077, 609078, 609079, 609080, 609081, 609082, 609083, 609084, 609085, 609087, 609088, 609089, 609090, 609091, 609092, 609093, 609094, 609095, 609096, 609097, 609098, 609099, 609100, 609101, 609102, 609103, 609104, 609105, 609106, 609107, 609111, 609112, 609113, 609115, 609116, 609117, 609118, 609119, 609120, 609122, 609123, 609124, 609125, 609126, 609128, 609129, 609130, 609131, 609132, 609133, 609134, 609135, 609136, 609137, 609138, 609139, 609140, 609141, 609142, 609143, 609144, 609145] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/ID - Modifying element: old: {IDType}{1..1} in type {ExchangedDocumentType} new: {IDType}{0..1} in type {ExchangedDocumentType} Changed cardinality from 1..1 to 0..1 at /CrossIndustryInvoice/ExchangedDocument/ID -Modifying element: - old: {PaymentTermsIDType}{0..1} in type {TradePaymentTermsType} - new: {PaymentTermsIDType}{0..1} in type {TradePaymentTermsType} - Changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] - added: [1, 2, 3, 4, 5, 6, 7] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ID - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ID - Modifying element: old: {TextType}{0..1} in type {TransportCargoType} new: {TextType}{0..*} in type {TransportCargoType} @@ -6666,13 +7594,6 @@ Modifying element: at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/Identification at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/Identification -Modifying element: - old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode - Modifying element: old: {ReferencedDocumentType}{0..1} in type {HeaderTradeSettlementType} new: {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} @@ -6685,13 +7606,6 @@ Modifying element: Changed cardinality from 0..1 to 0..* at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument -Modifying element: - old: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType} - new: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType} - Changed enumeration from [] to [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] - added: [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] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode - Modifying element: old: {SpatialDimensionType}{0..1} in type {TradeProductType} new: {SpatialDimensionType}{0..*} in type {TradeProductType} @@ -6699,14 +7613,6 @@ Modifying element: at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension -Modifying element: - old: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType} - new: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType} - Changed enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - added: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode - Modifying element: old: {TradePriceType}{0..1} in type {SubordinateLineTradeAgreementType} new: {TradePriceType}{0..*} in type {SubordinateLineTradeAgreementType} @@ -6727,514 +7633,19 @@ Modifying element: at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure -Modifying element: - old: {CargoOperationalCategoryCodeType}{0..1} in type {TransportCargoType} - new: {CargoOperationalCategoryCodeType}{0..1} in type {TransportCargoType} - Changed enumeration from [] to [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] - added: [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] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode - Modifying element: old: {CreditorFinancialAccountType}{0..1} in type {TradeSettlementPaymentMeansType} new: {CreditorFinancialAccountType}{0..*} in type {TradeSettlementPaymentMeansType} Changed cardinality from 0..1 to 0..* at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayeePartyCreditorFinancialAccount -Modifying element: - old: {ChargePayingPartyRoleCodeType}{0..1} in type {LogisticsServiceChargeType} - new: {ChargePayingPartyRoleCodeType}{0..1} in type {LogisticsServiceChargeType} - Changed enumeration from [] to [AB, AE, AF, AH, AQ, AR, AT, AU, CA, CG, CN, CPD, CX, CZ, DGB, EX, FW, GS, IM, IV, PE] - added: [AB, AE, AF, AH, AQ, AR, AT, AU, CA, CG, CN, CPD, CX, CZ, DGB, EX, FW, GS, IM, IV, PE] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode - Modifying element: old: {CodeType}{0..1} in type {LogisticsServiceChargeType} new: {TransportServicePaymentArrangementCodeType}{0..1} in type {LogisticsServiceChargeType} Changed type from CodeType to TransportServicePaymentArrangementCodeType - Changed enumeration from [] to [A, B, C, P] - added: [A, B, C, P] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode -Modifying element: - old: {PaymentMeansChannelCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - new: {PaymentMeansChannelCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - Changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ZZZ] - added: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode - -Modifying element: - old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode - -Modifying element: - old: {MessageFunctionCodeType}{0..1} in type {ExchangedDocumentType} - new: {MessageFunctionCodeType}{0..1} in type {ExchangedDocumentType} - Changed enumeration from [] to [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] - added: [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] - at /CrossIndustryInvoice/ExchangedDocument/PurposeCode - -Modifying element: - old: {AdjustmentReasonCodeType}{0..1} in type {DeliveryAdjustmentType} - new: {AdjustmentReasonCodeType}{0..1} in type {DeliveryAdjustmentType} - Changed enumeration from [] to [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, ZZZ] - added: [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, ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode - -Modifying element: - old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Changed enumeration from [] to [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, ZZZ] - added: [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, ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode - -Modifying element: - old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - Changed enumeration from [] to [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, ZZZ] - added: [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, ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode - -Modifying element: - old: {PartyRoleCodeType}{0..*} in type {TradePartyType} - new: {PartyRoleCodeType}{0..*} in type {TradePartyType} - Changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] - added: [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode - -Modifying element: - old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType} - new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType} - Changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] - added: [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode - -Modifying element: - old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - Changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode - -Modifying element: - old: {TransportMovementStageCodeType}{0..1} in type {LogisticsTransportMovementType} - new: {TransportMovementStageCodeType}{0..1} in type {LogisticsTransportMovementType} - Changed enumeration from [] to [1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - added: [1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode - -Modifying element: - old: {CargoCommodityCategoryCodeType}{0..1} in type {TransportCargoType} - new: {CargoCommodityCategoryCodeType}{0..1} in type {TransportCargoType} - Changed enumeration from [] to [ZZZ] - added: [ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode - -Modifying element: - old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} - new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} - Changed enumeration from [] to [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] - added: [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] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode - Modifying element: old: {CodeType}{0..1} in type {NoteType} new: {CodeType}{0..*} in type {NoteType} @@ -7368,184 +7779,10 @@ Modifying element: at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode -Modifying element: - old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - Changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode - -Modifying element: - old: {FreightChargeTariffClassCodeType}{0..1} in type {LogisticsServiceChargeType} - new: {FreightChargeTariffClassCodeType}{0..1} in type {LogisticsServiceChargeType} - Changed enumeration from [] to [A, B, C, D, E, F, G, H, K, M, N, Q, R, S] - added: [A, B, C, D, E, F, G, H, K, M, N, Q, R, S] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode - -Modifying element: - old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode - -Modifying element: - old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType} - new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType} - Changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] - added: [1, 2, 3, 4, 5, 6, 7] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode - -Modifying element: - old: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} - new: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} - Changed enumeration from [] to [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, 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] - added: [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, 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] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode - -Modifying element: - old: {CargoCategoryCodeType}{0..1} in type {TransportCargoType} - new: {CargoCategoryCodeType}{0..1} in type {TransportCargoType} - Changed enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 9] - added: [0, 1, 2, 3, 4, 5, 6, 7, 9] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode - Modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType} new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} Changed type from CodeType to LocationFunctionCodeType - Changed enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] - added: [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode @@ -7567,766 +7804,15 @@ Modifying element: at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode -Modifying element: - old: {ContactTypeCodeType}{0..1} in type {TradeContactType} - new: {ContactTypeCodeType}{0..1} in type {TradeContactType} - Changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] - added: [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] - at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode - -Modifying element: - old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType} - new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType} - Changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] - added: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode - -Modifying element: - old: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} - new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} - Changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - at /CrossIndustryInvoice/ExchangedDocument/TypeCode - -Modifying element: - old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} - new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} - Changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode - -Modifying element: - old: {GoodsTypeCodeType}{0..1} in type {SupplyChainConsignmentItemType} - new: {GoodsTypeCodeType}{0..1} in type {SupplyChainConsignmentItemType} - Changed enumeration from [] to [ZZZ] - added: [ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode - -Modifying element: - old: {PackageTypeCodeType}{0..1} in type {SupplyChainPackagingType} - new: {PackageTypeCodeType}{0..1} in type {SupplyChainPackagingType} - Changed enumeration from [] to [43, 44, 1A, 1B, 1D, 1F, 1G, 1W, 2C, 3A, 3H, 4A, 4B, 4C, 4D, 4F, 4G, 4H, 5H, 5L, 5M, 6H, 6P, 7A, 7B, 8A, 8B, 8C, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AL, AM, AP, AT, AV, B4, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, BV, BW, BX, BY, BZ, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CO, CP, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DG, DH, DI, DJ, DK, DL, DM, DN, DP, DR, DS, DT, DU, DV, DW, DX, DY, EC, ED, EE, EF, EG, EH, EI, EN, FB, FC, FD, FE, FI, FL, FO, FP, FR, FT, FW, FX, GB, GI, GL, GR, GU, GY, GZ, HA, HB, HC, HG, HN, HR, IA, IB, IC, ID, IE, IF, IG, IH, IK, IL, IN, IZ, JB, JC, JG, JR, JT, JY, KG, KI, LE, LG, LT, LU, LV, LZ, MA, MB, MC, ME, MR, MS, MT, MW, MX, NA, NE, NF, NG, NS, NT, NU, NV, O1, O2, O3, O4, O5, O6, O7, O8, O9, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PL, PN, PO, PP, PR, PT, PU, PV, PX, PY, PZ, QA, QB, QC, QD, QF, QG, QH, QJ, QK, QL, QM, QN, QP, QQ, QR, QS, RD, RG, RJ, RK, RL, RO, RT, RZ, SA, SB, SC, SD, SE, SH, SI, SK, SL, SM, SO, SP, SS, ST, SU, SV, SW, SY, SZ, T1, TB, TC, TD, TE, TG, TI, TK, TL, TN, TO, TR, TS, TT, TU, TV, TW, TY, TZ, UC, UN, VA, VG, VI, VK, VL, VN, VO, VP, VQ, VR, VS, VY, WA, WB, WC, WD, WF, WG, WH, WJ, WK, WL, WM, WN, WP, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, XA, XB, XC, XD, XF, XG, XH, XJ, XK, YA, YB, YC, YD, YF, YG, YH, YJ, YK, YL, YM, YN, YP, YQ, YR, YS, YT, YV, YW, YX, YY, YZ, ZA, ZB, ZC, ZD, ZF, ZG, ZH, ZJ, ZK, ZL, ZM, ZN, ZP, ZQ, ZR, ZS, ZT, ZU, ZV, ZW, ZX, ZY, ZZ] - added: [43, 44, 1A, 1B, 1D, 1F, 1G, 1W, 2C, 3A, 3H, 4A, 4B, 4C, 4D, 4F, 4G, 4H, 5H, 5L, 5M, 6H, 6P, 7A, 7B, 8A, 8B, 8C, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AL, AM, AP, AT, AV, B4, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, BV, BW, BX, BY, BZ, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CO, CP, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DG, DH, DI, DJ, DK, DL, DM, DN, DP, DR, DS, DT, DU, DV, DW, DX, DY, EC, ED, EE, EF, EG, EH, EI, EN, FB, FC, FD, FE, FI, FL, FO, FP, FR, FT, FW, FX, GB, GI, GL, GR, GU, GY, GZ, HA, HB, HC, HG, HN, HR, IA, IB, IC, ID, IE, IF, IG, IH, IK, IL, IN, IZ, JB, JC, JG, JR, JT, JY, KG, KI, LE, LG, LT, LU, LV, LZ, MA, MB, MC, ME, MR, MS, MT, MW, MX, NA, NE, NF, NG, NS, NT, NU, NV, O1, O2, O3, O4, O5, O6, O7, O8, O9, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PL, PN, PO, PP, PR, PT, PU, PV, PX, PY, PZ, QA, QB, QC, QD, QF, QG, QH, QJ, QK, QL, QM, QN, QP, QQ, QR, QS, RD, RG, RJ, RK, RL, RO, RT, RZ, SA, SB, SC, SD, SE, SH, SI, SK, SL, SM, SO, SP, SS, ST, SU, SV, SW, SY, SZ, T1, TB, TC, TD, TE, TG, TI, TK, TL, TN, TO, TR, TS, TT, TU, TV, TW, TY, TZ, UC, UN, VA, VG, VI, VK, VL, VN, VO, VP, VQ, VR, VS, VY, WA, WB, WC, WD, WF, WG, WH, WJ, WK, WL, WM, WN, WP, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, XA, XB, XC, XD, XF, XG, XH, XJ, XK, YA, YB, YC, YD, YF, YG, YH, YJ, YK, YL, YM, YN, YP, YQ, YR, YS, YT, YV, YW, YX, YY, YZ, ZA, ZB, ZC, ZD, ZF, ZG, ZH, ZJ, ZK, ZL, ZM, ZN, ZP, ZQ, ZR, ZS, ZT, ZU, ZV, ZW, ZX, ZY, ZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode - -Modifying element: - old: {PackagingMarkingCodeType}{0..*} in type {PackagingMarkingType} - new: {PackagingMarkingCodeType}{0..*} in type {PackagingMarkingType} - Changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 80] - added: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 80] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode - -Modifying element: - old: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - Changed enumeration from [] to [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] - added: [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode - -Modifying element: - old: {PaymentTermsTypeCodeType}{0..1} in type {TradePaymentTermsType} - new: {PaymentTermsTypeCodeType}{0..1} in type {TradePaymentTermsType} - Changed enumeration from [] to [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, ZZZ] - added: [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, ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode - -Modifying element: - old: {PriceTypeCodeType}{0..1} in type {TradePriceType} - new: {PriceTypeCodeType}{0..1} in type {TradePriceType} - Changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, CA, CT, CU, DI, EC, NW, PC, PE, PK, PL, PT, PU, PV, PW, QT, SR, TB, TU, TW, WH, WI] - added: [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, CA, CT, CU, DI, EC, NW, PC, PE, PK, PL, PT, PU, PV, PW, QT, SR, TB, TU, TW, WH, WI] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/TypeCode - -Modifying element: - old: {TaxTypeCodeType}{0..1} in type {TradeTaxType} - new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} - Changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] - added: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode - -Modifying element: - old: {TransportMeansTypeCodeType}{0..1} in type {LogisticsTransportMeansType} - new: {TransportMeansTypeCodeType}{0..1} in type {LogisticsTransportMeansType} - Changed enumeration from [] to [1501, 1502, 1503, 1504, 1505, 1506, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1521, 1522, 1523, 1524, 1525, 1531, 1532, 1533, 1534, 1541, 1542, 1543, 1551, 1552, 1553, 1591, 1592, 1593, 1594, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1711, 1712, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1751, 1752, 1753, 1761, 1762, 1763, 1764, 1765, 1766, 1781, 1782, 2201, 2202, 2203, 2301, 2302, 2303, 2304, 2305, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3201, 3301, 3302, 3303, 3304, 4000, 5000, 8021, 8022, 8023, 8161, 8162, 8163, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8451, 8452, 8453, 8454] - added: [1501, 1502, 1503, 1504, 1505, 1506, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1521, 1522, 1523, 1524, 1525, 1531, 1532, 1533, 1534, 1541, 1542, 1543, 1551, 1552, 1553, 1591, 1592, 1593, 1594, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1711, 1712, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1751, 1752, 1753, 1761, 1762, 1763, 1764, 1765, 1766, 1781, 1782, 2201, 2202, 2203, 2301, 2302, 2303, 2304, 2305, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3201, 3301, 3302, 3303, 3304, 4000, 5000, 8021, 8022, 8023, 8161, 8162, 8163, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8451, 8452, 8453, 8454] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode - -Modifying element: - old: {GoodsTypeExtensionCodeType}{0..1} in type {SupplyChainConsignmentItemType} - new: {GoodsTypeExtensionCodeType}{0..1} in type {SupplyChainConsignmentItemType} - Changed enumeration from [] to [ZZZ] - added: [ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode - -Modifying element: - old: {TransportEquipmentFullnessCodeType}{0..1} in type {LogisticsTransportEquipmentType} - new: {TransportEquipmentFullnessCodeType}{0..1} in type {LogisticsTransportEquipmentType} - Changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] - added: [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode - Modifying element: old: {DateTimeType}{0..1} in type {TradeSettlementFinancialCardType} new: {DateOnlyFormattedDateTimeType}{0..1} in type {TradeSettlementFinancialCardType} Changed type from DateTimeType to DateOnlyFormattedDateTimeType + Changed whitespace from null to preserve at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime -Removed attribute @format {string}{0..1} in type {NumericType} - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format - in CalculationSequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CalculationSequenceNumeric/@format - in OrderUnitConversionFactorNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/OrderUnitConversionFactorNumeric/@format - in OrderUnitConversionFactorNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/OrderUnitConversionFactorNumeric/@format - in OrderUnitConversionFactorNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/OrderUnitConversionFactorNumeric/@format - in OrderUnitConversionFactorNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/OrderUnitConversionFactorNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ExchangedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/PresentationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/ValiditySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/ValiditySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableReturnableAssetInstructions/DepositValueValiditySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/ValiditySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/ValiditySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableReturnableAssetInstructions/DepositValueValiditySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/BillingSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/PresentationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/CreationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/ReaderSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SequenceNumeric at /CrossIndustryInvoice/ValuationBreakdownStatement/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format - in SourceUnitBasisNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceUnitBasisNumeric/@format - in SourceUnitBasisNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceUnitBasisNumeric/@format - in SourceUnitBasisNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format - in SourceUnitBasisNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceUnitBasisNumeric/@format - in SourceUnitBasisNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format - in SourceUnitBasisNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format - in SourceUnitBasisNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format - in SourceUnitBasisNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format - in SourceUnitBasisNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format - in TargetUnitBaseNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetUnitBaseNumeric/@format - in TargetUnitBaseNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetUnitBaseNumeric/@format - in TargetUnitBaseNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format - in TargetUnitBaseNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetUnitBaseNumeric/@format - in TargetUnitBaseNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format - in TargetUnitBaseNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format - in TargetUnitBaseNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format - in TargetUnitBaseNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format - in TargetUnitBaseNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format - in VerificationNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/VerificationNumeric/@format - in VerificationNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/VerificationNumeric/@format - in VerificationNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/VerificationNumeric/@format - -Removed attribute @format {string}{0..1} in type {RateType} - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in CalculatedRate at /CrossIndustryInvoice/ValuationBreakdownStatement/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format - in ConversionRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/ConversionRate/@format - in ConversionRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/ConversionRate/@format - in ConversionRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format - in ConversionRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/ConversionRate/@format - in ConversionRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format - in ConversionRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format - in ConversionRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format - in ConversionRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format - in ConversionRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format - in TaxBasisAllowanceRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TaxBasisAllowanceRate/@format - Removed attribute @languageID {token}{0..1} in type {CodeType} in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@languageID in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@languageID @@ -8375,399 +7861,6 @@ Removed attribute @listAgencyName {string}{0..1} in type {CodeType} in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName -Removed attribute @listID {token}{0..1} in type {AccountingAccountTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {AccountingAmountTypeCodeType} - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {AccountingDocumentCodeType} - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID - -Removed attribute @listID {token}{0..1} in type {AdjustmentReasonCodeType} - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode/@listID - -Removed attribute @listID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID - -Removed attribute @listID {token}{0..1} in type {AutomaticDataCaptureMethodCodeType} - in AutomaticDataCaptureMethodTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listID - in AutomaticDataCaptureMethodTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {CargoCategoryCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {CargoCommodityCategoryCodeType} - in StatisticalClassificationCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listID - in StatisticalClassificationCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listID - -Removed attribute @listID {token}{0..1} in type {CargoOperationalCategoryCodeType} - in OperationalCategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listID - in OperationalCategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listID - -Removed attribute @listID {token}{0..1} in type {ChargePayingPartyRoleCodeType} - in PayingPartyRoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listID - in PayingPartyRoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listID - Removed attribute @listID {token}{0..1} in type {CodeType} in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listID in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listID @@ -8792,1915 +7885,6 @@ Removed attribute @listID {token}{0..1} in type {CodeType} in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID -Removed attribute @listID {token}{0..1} in type {CommunicationChannelCodeType} - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listID - -Removed attribute @listID {token}{0..1} in type {ContactTypeCodeType} - in TypeCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {CurrencyCodeType} - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listID - in DefaultCurrencyCode at /CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode/@listID - in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID - in PaymentCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode/@listID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID - in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID - -Removed attribute @listID {token}{0..1} in type {DeliveryTermsCodeType} - in DeliveryTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listID - in DeliveryTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {DimensionTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {DocumentCodeType} - in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {DocumentStatusCodeType} - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listID - -Removed attribute @listID {token}{0..1} in type {FreightChargeTariffClassCodeType} - in TariffClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listID - in TariffClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listID - -Removed attribute @listID {token}{0..1} in type {GoodsTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {GoodsTypeExtensionCodeType} - in TypeExtensionCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listID - in TypeExtensionCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listID - -Removed attribute @listID {token}{0..1} in type {LineStatusCodeType} - in LineStatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listID - -Removed attribute @listID {token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} - in CalculationBasisCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listID - in CalculationBasisCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listID - -Removed attribute @listID {token}{0..1} in type {MessageFunctionCodeType} - in PurposeCode at /CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listID - -Removed attribute @listID {token}{0..1} in type {PackageTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {PackagingMarkingCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {PartyRoleCodeType} - in RoleCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode/@listID - -Removed attribute @listID {token}{0..1} in type {PaymentGuaranteeMeansCodeType} - in GuaranteeMethodCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode/@listID - -Removed attribute @listID {token}{0..1} in type {PaymentMeansChannelCodeType} - in PaymentChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@listID - -Removed attribute @listID {token}{0..1} in type {PaymentMeansCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} - in FromEventCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listID - in FromEventCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listID - -Removed attribute @listID {token}{0..1} in type {PaymentTermsTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {PriceTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {ReferenceCodeType} - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {TaxCategoryCodeType} - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listID - -Removed attribute @listID {token}{0..1} in type {TaxTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {TimeReferenceCodeType} - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {TransportEquipmentCategoryCodeType} - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listID - -Removed attribute @listID {token}{0..1} in type {TransportEquipmentFullnessCodeType} - in UsedCapacityCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listID - in UsedCapacityCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listID - -Removed attribute @listID {token}{0..1} in type {TransportMeansTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listID - -Removed attribute @listID {token}{0..1} in type {TransportModeCodeType} - in ModeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listID - in ModeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listID - -Removed attribute @listID {token}{0..1} in type {TransportMovementStageCodeType} - in StageCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listID - in StageCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listID - Removed attribute @listName {string}{0..1} in type {CodeType} in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listName in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listName @@ -10749,380 +7933,6 @@ Removed attribute @listSchemeURI {anyURI}{0..1} in type {CodeType} in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listSchemeURI in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listSchemeURI -Removed attribute @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {AllowanceChargeIdentificationCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {AutomaticDataCaptureMethodCodeType} - in AutomaticDataCaptureMethodTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listURI - in AutomaticDataCaptureMethodTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listURI - Removed attribute @listURI {anyURI}{0..1} in type {CodeType} in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listURI in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listURI @@ -11147,1933 +7957,6 @@ Removed attribute @listURI {anyURI}{0..1} in type {CodeType} in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI -Removed attribute @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {ContactTypeCodeType} - in TypeCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {CurrencyCodeType} - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listURI - in DefaultCurrencyCode at /CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode/@listURI - in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI - in PaymentCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode/@listURI - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listURI - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode/@listURI - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listURI - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listURI - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode/@listURI - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listURI - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI - in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {DocumentCodeType} - in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {LineStatusCodeType} - in LineStatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {MessageFunctionCodeType} - in PurposeCode at /CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {PackagingMarkingCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listURI - -Removed attribute @listURI {anyURI}{0..1} in type {TaxTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listURI - -Removed attribute @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - in AmountTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - in SetTriggerCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {AdjustmentReasonCodeType} - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID - in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {AutomaticDataCaptureMethodCodeType} - in AutomaticDataCaptureMethodTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listVersionID - in AutomaticDataCaptureMethodTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {CargoCategoryCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {CargoCommodityCategoryCodeType} - in StatisticalClassificationCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listVersionID - in StatisticalClassificationCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {CargoOperationalCategoryCodeType} - in OperationalCategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listVersionID - in OperationalCategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {ChargePayingPartyRoleCodeType} - in PayingPartyRoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listVersionID - in PayingPartyRoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listVersionID - Removed attribute @listVersionID {token}{0..1} in type {CodeType} in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listVersionID in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listVersionID @@ -13098,1931 +7981,6 @@ Removed attribute @listVersionID {token}{0..1} in type {CodeType} in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID -Removed attribute @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID - in ChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {ContactTypeCodeType} - in TypeCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {CurrencyCodeType} - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID - in CurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listVersionID - in DefaultCurrencyCode at /CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode/@listVersionID - in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID - in PaymentCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode/@listVersionID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listVersionID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode/@listVersionID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listVersionID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID - in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listVersionID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode/@listVersionID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listVersionID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID - in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID - in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {DeliveryTermsCodeType} - in DeliveryTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listVersionID - in DeliveryTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {DimensionTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {DocumentCodeType} - in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {DocumentStatusCodeType} - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listVersionID - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {FreightChargeTariffClassCodeType} - in TariffClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listVersionID - in TariffClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {GoodsTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {GoodsTypeExtensionCodeType} - in TypeExtensionCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listVersionID - in TypeExtensionCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {LineStatusCodeType} - in LineStatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} - in CalculationBasisCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listVersionID - in CalculationBasisCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {MessageFunctionCodeType} - in PurposeCode at /CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {PackageTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {PackagingMarkingCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {PartyRoleCodeType} - in RoleCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {PaymentGuaranteeMeansCodeType} - in GuaranteeMethodCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {PaymentMeansChannelCodeType} - in PaymentChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {PaymentMeansCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} - in FromEventCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listVersionID - in FromEventCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {PaymentTermsTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {PriceTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {ReferenceCodeType} - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listVersionID - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {TaxCategoryCodeType} - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {TaxTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {TimeReferenceCodeType} - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {TransportEquipmentCategoryCodeType} - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listVersionID - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {TransportEquipmentFullnessCodeType} - in UsedCapacityCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listVersionID - in UsedCapacityCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {TransportMeansTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listVersionID - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {TransportModeCodeType} - in ModeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listVersionID - in ModeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listVersionID - -Removed attribute @listVersionID {token}{0..1} in type {TransportMovementStageCodeType} - in StageCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listVersionID - in StageCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listVersionID - -Removed attribute @name {string}{0..1} in type {CargoCategoryCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@name - -Removed attribute @name {string}{0..1} in type {CargoCommodityCategoryCodeType} - in StatisticalClassificationCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@name - in StatisticalClassificationCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@name - -Removed attribute @name {string}{0..1} in type {CargoOperationalCategoryCodeType} - in OperationalCategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@name - in OperationalCategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@name - -Removed attribute @name {string}{0..1} in type {ChargePayingPartyRoleCodeType} - in PayingPartyRoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@name - in PayingPartyRoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@name - Removed attribute @name {string}{0..1} in type {CodeType} in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@name in PaymentArrangementCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@name @@ -15047,1855 +8005,16 @@ Removed attribute @name {string}{0..1} in type {CodeType} in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name -Removed attribute @name {string}{0..1} in type {DimensionTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode/@name - -Removed attribute @name {string}{0..1} in type {DocumentCodeType} - in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@name - -Removed attribute @name {string}{0..1} in type {DocumentStatusCodeType} - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@name - in StatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@name - -Removed attribute @name {string}{0..1} in type {FreightChargeTariffClassCodeType} - in TariffClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@name - in TariffClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@name - -Removed attribute @name {string}{0..1} in type {GoodsTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@name - -Removed attribute @name {string}{0..1} in type {GoodsTypeExtensionCodeType} - in TypeExtensionCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@name - in TypeExtensionCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@name - -Removed attribute @name {string}{0..1} in type {LogisticsChargeCalculationBasisCodeType} - in CalculationBasisCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@name - in CalculationBasisCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@name - -Removed attribute @name {string}{0..1} in type {PackageTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@name - -Removed attribute @name {string}{0..1} in type {PartyRoleCodeType} - in RoleCode at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name - in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode/@name - -Removed attribute @name {string}{0..1} in type {PaymentMeansChannelCodeType} - in PaymentChannelCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@name - -Removed attribute @name {string}{0..1} in type {PaymentTermsTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@name - -Removed attribute @name {string}{0..1} in type {ReferenceCodeType} - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@name - in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@name - -Removed attribute @name {string}{0..1} in type {TimeReferenceCodeType} - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name - in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@name - -Removed attribute @name {string}{0..1} in type {TransportEquipmentCategoryCodeType} - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@name - in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@name - -Removed attribute @name {string}{0..1} in type {TransportEquipmentFullnessCodeType} - in UsedCapacityCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@name - in UsedCapacityCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@name - -Removed attribute @name {string}{0..1} in type {TransportMeansTypeCodeType} - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@name - in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@name - -Removed attribute @name {string}{0..1} in type {TransportModeCodeType} - in ModeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@name - in ModeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@name - -Removed attribute @name {string}{0..1} in type {TransportMovementStageCodeType} - in StageCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@name - in StageCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@name - -Removed attribute @schemeID {token}{0..1} in type {CountryIDType} - in CountryID at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/OriginTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeID - -Removed attribute @schemeID {token}{0..1} in type {FreightChargeTypeIDType} - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeID - -Removed attribute @schemeID {token}{0..1} in type {PaymentTermsIDType} - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeID - -Removed attribute @schemeVersionID {token}{0..1} in type {CountryIDType} - in CountryID at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID - in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/OriginTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeVersionID - -Removed attribute @schemeVersionID {token}{0..1} in type {FreightChargeTypeIDType} - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeVersionID - -Removed attribute @schemeVersionID {token}{0..1} in type {PaymentTermsIDType} - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeVersionID - in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeVersionID - -Removed attribute @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in DiameterMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID - in LoadingLengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LoadingLengthMeasure/@unitCodeListVersionID - in LoadingLengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LoadingLengthMeasure/@unitCodeListVersionID - -Removed attribute @unitCodeListVersionID {token}{0..1} in type {MeasureType} - in AbsolutePresenceVolumeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID - in AbsolutePresenceVolumeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID - in AbsolutePresenceVolumeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID - in AbsolutePresenceVolumeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID - in AbsolutePresenceVolumeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID - in AbsolutePresenceVolumeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID - in AbsolutePresenceWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID - in AbsolutePresenceWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID - in AbsolutePresenceWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID - in AbsolutePresenceWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID - in AbsolutePresenceWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID - in AbsolutePresenceWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AltitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID - in AreaDensityMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AreaDensityMeasure/@unitCodeListVersionID - in AreaDensityMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AreaDensityMeasure/@unitCodeListVersionID - in BasisPeriodMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/BasisPeriodMeasure/@unitCodeListVersionID - in BasisPeriodMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/BasisPeriodMeasure/@unitCodeListVersionID - in BasisPeriodMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/BasisPeriodMeasure/@unitCodeListVersionID - in BasisPeriodMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/BasisPeriodMeasure/@unitCodeListVersionID - in DrainedNetWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DrainedNetWeightMeasure/@unitCodeListVersionID - in DrainedNetWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DrainedNetWeightMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ExchangedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/PresentationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/ValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/ValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableReturnableAssetInstructions/DepositValueValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/ValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/ValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableReturnableAssetInstructions/DepositValueValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/BillingSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/PresentationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/CreationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ReaderSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in DurationMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID - in GrossWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/GrossWeightMeasure/@unitCodeListVersionID - in GrossWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/GrossWeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in HeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LatitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LengthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in LongitudeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID - in MaximumStackabilityWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumStackabilityWeightMeasure/@unitCodeListVersionID - in MaximumStackabilityWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumStackabilityWeightMeasure/@unitCodeListVersionID - in NetWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure/@unitCodeListVersionID - in NetWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure/@unitCodeListVersionID - in NetWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/NetWeightMeasure/@unitCodeListVersionID - in NetWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure/@unitCodeListVersionID - in NetWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure/@unitCodeListVersionID - in NetWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/NetWeightMeasure/@unitCodeListVersionID - in SettlementPeriodMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/SettlementPeriodMeasure/@unitCodeListVersionID - in SettlementPeriodMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/SettlementPeriodMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/PresentationSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/PresentationSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/CreationSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ReaderSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in SizeMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableProductCharacteristic/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in ValueMeasure at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID - in WeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/WeightMeasure/@unitCodeListVersionID - in WeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/WeightMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - in WidthMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID - -Removed attribute @unitCodeListVersionID {token}{0..1} in type {VolumeUnitMeasureType} - in GrossVolumeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GrossVolumeMeasure/@unitCodeListVersionID - in GrossVolumeMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GrossVolumeMeasure/@unitCodeListVersionID - -Removed attribute @unitCodeListVersionID {token}{0..1} in type {WeightUnitMeasureType} - in GrossWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GrossWeightMeasure/@unitCodeListVersionID - in GrossWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/GrossWeightMeasure/@unitCodeListVersionID - in GrossWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/GrossWeightMeasure/@unitCodeListVersionID - in GrossWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GrossWeightMeasure/@unitCodeListVersionID - in GrossWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/GrossWeightMeasure/@unitCodeListVersionID - in NetWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/NetWeightMeasure/@unitCodeListVersionID - in TheoreticalWeightMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/TheoreticalWeightMeasure/@unitCodeListVersionID - Removed element {dateTime}{0..1} in type {DateTimeType} in ValidFromDateTime at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTime in ValidFromDateTime at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime/DateTime in ValidFromDateTime at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTime +Removed element {null}{0..1} in type {DateTimeType} + in ValidFromDateTime at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString + in ValidFromDateTime at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString + in ValidFromDateTime at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString + Removed element {ValueType}{0..1} in type {BasicWorkItemType} in ItemBasicWorkItem at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/IndexValue in ItemBasicWorkItem at /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/IndexValue @@ -16958,11 +8077,11 @@ ELEMENTS: Added elements in XSD: 98 Added elements in XML: 1828 - Modified elements in XSD: 72 - Modified elements in XML: 2709 + Modified elements in XSD: 18 + Modified elements in XML: 440 - Removed elements from XSD: 6 - Removed elements from XML: 45 + Removed elements from XSD: 7 + Removed elements from XML: 48 ATTRIBUTES: @@ -16970,8 +8089,8 @@ ATTRIBUTES: Added attributes in XSD: 5 Added attributes in XML: 10 - Modified attributes in XSD: 48 - Modified attributes in XML: 2422 + Modified attributes in XSD: 90 + Modified attributes in XML: 4778 - Removed attributes from XSD: 141 - Removed attributes from XML: 8703 \ No newline at end of file + Removed attributes from XSD: 8 + Removed attributes from XML: 176 \ No newline at end of file diff --git a/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt b/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt index cfa94cb..fcd24b9 100644 --- a/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt +++ b/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt @@ -1,4 +1,92 @@ +In type {AccountingAccountTypeCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} + new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} + Changed fixed default from 210 to null +In type {AccountingAccountTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} + new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} + Changed fixed default from AccountingE501 to null +In type {AccountingAmountTypeCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} + new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} + Changed fixed default from 210 to null +In type {AccountingAmountTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} + new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} + Changed fixed default from AccountingE601 to null +In type {AccountingDocumentCodeType} modifying attribute: + old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} + new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} + Changed fixed default from 6 to null +In type {AccountingDocumentCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AccountingDocumentCodeType} + new: @listID{token}{0..1} in type {AccountingDocumentCodeType} + Changed fixed default from 1001_Accounting to null +In type {AdjustmentReasonCodeType} modifying attribute: + old: @listAgencyID{AdjustmentReasonCodeListAgencyIDContentType}{0..1} in type {AdjustmentReasonCodeType} + new: @listAgencyID{AdjustmentReasonCodeListAgencyIDContentType}{0..1} in type {AdjustmentReasonCodeType} + Changed fixed default from 6 to null +In type {AdjustmentReasonCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AdjustmentReasonCodeType} + new: @listID{token}{0..1} in type {AdjustmentReasonCodeType} + Changed fixed default from 4465 to null In type {AdvancePaymentType} added {ReferencedDocumentType}{0..*} +In type {AllowanceChargeIdentificationCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + new: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + Changed fixed default from 6 to null +In type {AllowanceChargeIdentificationCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + new: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + Changed fixed default from 5189_AllowanceChargeID to null +In type {AllowanceChargeReasonCodeType} modifying attribute: + old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} + new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} + Changed fixed default from 6 to null +In type {AllowanceChargeReasonCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} + new: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} + Changed fixed default from 4465_AllowanceChargeReasonCode to null +In type {AutomaticDataCaptureMethodCodeType} modifying attribute: + old: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType} + new: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType} + Changed fixed default from 6 to null +In type {AutomaticDataCaptureMethodCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AutomaticDataCaptureMethodCodeType} + new: @listID{token}{0..1} in type {AutomaticDataCaptureMethodCodeType} + Changed fixed default from 7233_AutomaticDataCaptureMethodCode to null +In type {CargoCategoryCodeType} modifying attribute: + old: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType} + new: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType} + Changed fixed default from 6 to null +In type {CargoCategoryCodeType} modifying attribute: + old: @listID{token}{0..1} in type {CargoCategoryCodeType} + new: @listID{token}{0..1} in type {CargoCategoryCodeType} + Changed fixed default from Recommendation 21-Annex I to null +In type {CargoCommodityCategoryCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {CargoCommodityCategoryCodeType} + new: @listAgencyID{token}{0..1} in type {CargoCommodityCategoryCodeType} + Changed fixed default from 6 to null +In type {CargoCommodityCategoryCodeType} modifying attribute: + old: @listID{token}{0..1} in type {CargoCommodityCategoryCodeType} + new: @listID{token}{0..1} in type {CargoCommodityCategoryCodeType} + Changed fixed default from 7357 to null +In type {CargoOperationalCategoryCodeType} modifying attribute: + old: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType} + new: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType} + Changed fixed default from 6 to null +In type {CargoOperationalCategoryCodeType} modifying attribute: + old: @listID{token}{0..1} in type {CargoOperationalCategoryCodeType} + new: @listID{token}{0..1} in type {CargoOperationalCategoryCodeType} + Changed fixed default from 7085b to null +In type {ChargePayingPartyRoleCodeType} modifying attribute: + old: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType} + new: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType} + Changed fixed default from 6 to null +In type {ChargePayingPartyRoleCodeType} modifying attribute: + old: @listID{token}{0..1} in type {ChargePayingPartyRoleCodeType} + new: @listID{token}{0..1} in type {ChargePayingPartyRoleCodeType} + Changed fixed default from 3035_Charge Paying to null In type {CodeType} added @languageID {token}{0..1} In type {CodeType} added @listAgencyName {string}{0..1} In type {CodeType} added @listName {string}{0..1} @@ -12,13 +100,69 @@ In type {CodeType} modifying attribute: old: @listID{token}{0..1} in type {TransportEquipmentSizeTypeCodeType} new: @listID{token}{0..1} in type {CodeType} Changed fixed default from 8155 to null -In type {DateOnlyFormattedDateTimeType} modifying element: - old: {DateTimeType}{0..1} in type {DateTimeType} - new: {DateOnlyFormattedDateTimeType}{1..1} in type {DateOnlyFormattedDateTimeType} - Changed compositor from CHOICE to SEQUENCE +In type {CommunicationChannelCodeType} modifying attribute: + old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} + new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} + Changed fixed default from 6 to null +In type {CommunicationChannelCodeType} modifying attribute: + old: @listID{token}{0..1} in type {CommunicationChannelCodeType} + new: @listID{token}{0..1} in type {CommunicationChannelCodeType} + Changed fixed default from 3155_CommunicationChannelCode to null +In type {ContactTypeCodeType} modifying attribute: + old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} + new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} + Changed fixed default from 6 to null +In type {ContactTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {ContactTypeCodeType} + new: @listID{token}{0..1} in type {ContactTypeCodeType} + Changed fixed default from 3139_ContactTypeCode to null +In type {CountryIDType} modifying attribute: + old: @schemeVersionID{token}{0..1} in type {CountryIDType} + new: @schemeVersionID{token}{0..1} in type {CountryIDType} + Changed fixed default from second edition 2006 to null +In type {CurrencyCodeType} modifying attribute: + old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} + new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} + Changed fixed default from 5 to null +In type {CurrencyCodeType} modifying attribute: + old: @listID{token}{0..1} in type {CurrencyCodeType} + new: @listID{token}{0..1} in type {CurrencyCodeType} + Changed fixed default from ISO 4217 3A to null +In type {DeliveryTermsCodeType} modifying attribute: + old: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType} + new: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType} + Changed fixed default from 6 to null +In type {DeliveryTermsCodeType} modifying attribute: + old: @listID{token}{0..1} in type {DeliveryTermsCodeType} + new: @listID{token}{0..1} in type {DeliveryTermsCodeType} + Changed fixed default from 4053 to null +In type {DimensionTypeCodeType} modifying attribute: + old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} + new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} + Changed fixed default from 6 to null +In type {DimensionTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {DimensionTypeCodeType} + new: @listID{token}{0..1} in type {DimensionTypeCodeType} + Changed fixed default from 6145 to null +In type {DocumentCodeType} modifying attribute: + old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} + new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} + Changed fixed default from 6 to null +In type {DocumentCodeType} modifying attribute: + old: @listID{token}{0..1} in type {DocumentCodeType} + new: @listID{token}{0..1} in type {DocumentCodeType} + Changed fixed default from 1001 to null In type {DocumentLineDocumentType} added {CodeType}{0..1} In type {DocumentLineDocumentType} added {ReferencedDocumentType}{0..*} In type {DocumentLineDocumentType} added {CodeType}{0..1} +In type {DocumentStatusCodeType} modifying attribute: + old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} + new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} + Changed fixed default from 6 to null +In type {DocumentStatusCodeType} modifying attribute: + old: @listID{token}{0..1} in type {DocumentStatusCodeType} + new: @listID{token}{0..1} in type {DocumentStatusCodeType} + Changed fixed default from 1373 to null In type {ExchangedDocumentContextType} added {DocumentContextParameterType}{0..*} In type {ExchangedDocumentType} added {SpecifiedBinaryFileType}{0..*} In type {ExchangedDocumentType} added {FormattedDateTimeType}{0..1} @@ -33,20 +177,56 @@ In type {ExchangedDocumentType} modifying element: Extended cardinality from 1..1 to 0..1 In type {FinancialAdjustmentType} added {AccountingDebitCreditStatusCodeType}{0..1} In type {FinancialAdjustmentType} added {TradeTaxType}{0..*} +In type {FreightChargeTariffClassCodeType} modifying attribute: + old: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType} + new: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType} + Changed fixed default from 6 to null +In type {FreightChargeTariffClassCodeType} modifying attribute: + old: @listID{token}{0..1} in type {FreightChargeTariffClassCodeType} + new: @listID{token}{0..1} in type {FreightChargeTariffClassCodeType} + Changed fixed default from 5243 to null +In type {GoodsTypeCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {GoodsTypeCodeType} + new: @listAgencyID{token}{0..1} in type {GoodsTypeCodeType} + Changed fixed default from 6 to null +In type {GoodsTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {GoodsTypeCodeType} + new: @listID{token}{0..1} in type {GoodsTypeCodeType} + Changed fixed default from TDED 7357 to null +In type {GoodsTypeExtensionCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {GoodsTypeExtensionCodeType} + new: @listAgencyID{token}{0..1} in type {GoodsTypeExtensionCodeType} + Changed fixed default from 6 to null +In type {GoodsTypeExtensionCodeType} modifying attribute: + old: @listID{token}{0..1} in type {GoodsTypeExtensionCodeType} + new: @listID{token}{0..1} in type {GoodsTypeExtensionCodeType} + Changed fixed default from TDED 7361 to null In type {HeaderTradeAgreementType} added {LogisticsLocationType}{0..1} In type {HeaderTradeSettlementType} modifying element: old: {ReferencedDocumentType}{0..1} in type {HeaderTradeSettlementType} new: {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} Extended cardinality from 0..1 to 0..* +In type {LineStatusCodeType} modifying attribute: + old: @listAgencyID{LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType} + new: @listAgencyID{LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType} + Changed fixed default from 6 to null +In type {LineStatusCodeType} modifying attribute: + old: @listID{token}{0..1} in type {LineStatusCodeType} + new: @listID{token}{0..1} in type {LineStatusCodeType} + Changed fixed default from 1229_LineStatusCode to null In type {LineTradeSettlementType} added {DateTimeType}{0..1} In type {LineTradeSettlementType} modifying element: old: {ReferencedDocumentType}{0..1} in type {LineTradeSettlementType} new: {ReferencedDocumentType}{0..*} in type {LineTradeSettlementType} Extended cardinality from 0..1 to 0..* -In type {LocationFunctionCodeType} modifying attribute: - old: @listAgencyID{token}{0..1} in type {CodeType} - new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} - Changed fixed default from null to 6 +In type {LogisticsChargeCalculationBasisCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + new: @listAgencyID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + Changed fixed default from 6 to null +In type {LogisticsChargeCalculationBasisCodeType} modifying attribute: + old: @listID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + new: @listID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + Changed fixed default from TDED 6131 to null In type {LogisticsLocationType} added {CountryIDType}{0..1} In type {LogisticsLocationType} added {IDType}{0..1} In type {LogisticsLocationType} added {SubordinateLocationType}{0..1} @@ -62,10 +242,98 @@ In type {LogisticsTransportMovementType} added {TextType}{0..1} In type {LogisticsTransportMovementType} added {CodeType}{0..1} In type {LogisticsTransportMovementType} added {StatusCodeType}{0..1} In type {LogisticsTransportMovementType} added {TextType}{0..1} +In type {MessageFunctionCodeType} modifying attribute: + old: @listAgencyID{MessageFunctionCodeListAgencyIDContentType}{0..1} in type {MessageFunctionCodeType} + new: @listAgencyID{MessageFunctionCodeListAgencyIDContentType}{0..1} in type {MessageFunctionCodeType} + Changed fixed default from 6 to null +In type {MessageFunctionCodeType} modifying attribute: + old: @listID{token}{0..1} in type {MessageFunctionCodeType} + new: @listID{token}{0..1} in type {MessageFunctionCodeType} + Changed fixed default from 1225_MessageFunctionTypeCode to null In type {NoteType} modifying element: old: {CodeType}{0..1} in type {NoteType} new: {CodeType}{0..*} in type {NoteType} Extended cardinality from 0..1 to 0..* +In type {PackageTypeCodeType} modifying attribute: + old: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType} + new: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType} + Changed fixed default from 6 to null +In type {PackageTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PackageTypeCodeType} + new: @listID{token}{0..1} in type {PackageTypeCodeType} + Changed fixed default from 7065 to null +In type {PackagingMarkingCodeType} modifying attribute: + old: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType} + new: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType} + Changed fixed default from 6 to null +In type {PackagingMarkingCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PackagingMarkingCodeType} + new: @listID{token}{0..1} in type {PackagingMarkingCodeType} + Changed fixed default from 7233_PackagingMarkingCode to null +In type {PartyRoleCodeType} modifying attribute: + old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} + new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} + Changed fixed default from 6 to null +In type {PartyRoleCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PartyRoleCodeType} + new: @listID{token}{0..1} in type {PartyRoleCodeType} + Changed fixed default from 3035 to null +In type {PaymentGuaranteeMeansCodeType} modifying attribute: + old: @listAgencyID{PaymentGuaranteeMeansCodeListAgencyIDContentType}{0..1} in type {PaymentGuaranteeMeansCodeType} + new: @listAgencyID{PaymentGuaranteeMeansCodeListAgencyIDContentType}{0..1} in type {PaymentGuaranteeMeansCodeType} + Changed fixed default from 6 to null +In type {PaymentGuaranteeMeansCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PaymentGuaranteeMeansCodeType} + new: @listID{token}{0..1} in type {PaymentGuaranteeMeansCodeType} + Changed fixed default from 4431 to null +In type {PaymentMeansChannelCodeType} modifying attribute: + old: @listAgencyID{PaymentMeansChannelCodeListAgencyIDContentType}{0..1} in type {PaymentMeansChannelCodeType} + new: @listAgencyID{PaymentMeansChannelCodeListAgencyIDContentType}{0..1} in type {PaymentMeansChannelCodeType} + Changed fixed default from 6 to null +In type {PaymentMeansChannelCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PaymentMeansChannelCodeType} + new: @listID{token}{0..1} in type {PaymentMeansChannelCodeType} + Changed fixed default from 4435 to null +In type {PaymentMeansCodeType} modifying attribute: + old: @listAgencyID{PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} + new: @listAgencyID{PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} + Changed fixed default from 6 to null +In type {PaymentMeansCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PaymentMeansCodeType} + new: @listID{token}{0..1} in type {PaymentMeansCodeType} + Changed fixed default from 4461 to null +In type {PaymentTermsEventTimeReferenceCodeType} modifying attribute: + old: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} + new: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} + Changed fixed default from 6 to null +In type {PaymentTermsEventTimeReferenceCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} + new: @listID{token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} + Changed fixed default from 2475_Payment Terms Event to null +In type {PaymentTermsTypeCodeType} modifying attribute: + old: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType} + new: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType} + Changed fixed default from 6 to null +In type {PaymentTermsTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PaymentTermsTypeCodeType} + new: @listID{token}{0..1} in type {PaymentTermsTypeCodeType} + Changed fixed default from 4279 to null +In type {PriceTypeCodeType} modifying attribute: + old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType} + new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType} + Changed fixed default from 6 to null +In type {PriceTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PriceTypeCodeType} + new: @listID{token}{0..1} in type {PriceTypeCodeType} + Changed fixed default from 5375 to null +In type {ReferenceCodeType} modifying attribute: + old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} + new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} + Changed fixed default from 6 to null +In type {ReferenceCodeType} modifying attribute: + old: @listID{token}{0..1} in type {ReferenceCodeType} + new: @listID{token}{0..1} in type {ReferenceCodeType} + Changed fixed default from 1153_ReferenceTypeCode to null In type {ReferencedDocumentType} added {CodeType}{0..1} In type {ReferencedDocumentType} added {NoteType}{0..*} In type {ReferencedDocumentType} added {IDType}{0..1} @@ -107,7 +375,31 @@ In type {SupplyChainTradeLineItemType} modifying element: old: {DocumentLineDocumentType}{1..1} in type {SupplyChainTradeLineItemType} new: {DocumentLineDocumentType}{0..1} in type {SupplyChainTradeLineItemType} Extended cardinality from 1..1 to 0..1 +In type {TaxCategoryCodeType} modifying attribute: + old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} + new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} + Changed fixed default from 6 to null +In type {TaxCategoryCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TaxCategoryCodeType} + new: @listID{token}{0..1} in type {TaxCategoryCodeType} + Changed fixed default from 5305 to null In type {TaxRegistrationType} added {IDType}{0..1} +In type {TaxTypeCodeType} modifying attribute: + old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} + new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} + Changed fixed default from 6 to null +In type {TaxTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TaxTypeCodeType} + new: @listID{token}{0..1} in type {TaxTypeCodeType} + Changed fixed default from 5153 to null +In type {TimeReferenceCodeType} modifying attribute: + old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} + new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} + Changed fixed default from 6 to null +In type {TimeReferenceCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TimeReferenceCodeType} + new: @listID{token}{0..1} in type {TimeReferenceCodeType} + Changed fixed default from 2475 to null In type {TradeAddressType} added {IDType}{0..1} In type {TradeAddressType} added {AddressTypeCodeType}{0..*} In type {TradeDeliveryTermsType} added {CodeType}{0..1} @@ -148,6 +440,10 @@ In type {TradeProductType} modifying element: old: {SpatialDimensionType}{0..1} in type {TradeProductType} new: {SpatialDimensionType}{0..*} in type {TradeProductType} Extended cardinality from 0..1 to 0..* +In type {TradeSettlementFinancialCardType} modifying element: + old: {DateTimeType}{0..1} in type {TradeSettlementFinancialCardType} + new: {DateOnlyFormattedDateTimeType}{0..1} in type {TradeSettlementFinancialCardType} + Changed whitespace from null to preserve In type {TradeSettlementHeaderMonetarySummationType} added {AmountType}{0..*} In type {TradeSettlementHeaderMonetarySummationType} added {AmountType}{0..*} In type {TradeSettlementLineMonetarySummationType} added {AmountType}{0..*} @@ -161,7 +457,43 @@ In type {TransportCargoType} modifying element: old: {TextType}{0..1} in type {TransportCargoType} new: {TextType}{0..*} in type {TransportCargoType} Extended cardinality from 0..1 to 0..* -In type {TransportServicePaymentArrangementCodeType} modifying attribute: - old: @listAgencyID{token}{0..1} in type {CodeType} - new: @listAgencyID{TransportServicePaymentArrangementCodeListAgencyIDContentType}{0..1} in type {TransportServicePaymentArrangementCodeType} - Changed fixed default from null to 6 +In type {TransportEquipmentCategoryCodeType} modifying attribute: + old: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType} + new: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType} + Changed fixed default from 6 to null +In type {TransportEquipmentCategoryCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TransportEquipmentCategoryCodeType} + new: @listID{token}{0..1} in type {TransportEquipmentCategoryCodeType} + Changed fixed default from 8053 to null +In type {TransportEquipmentFullnessCodeType} modifying attribute: + old: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType} + new: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType} + Changed fixed default from 6 to null +In type {TransportEquipmentFullnessCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TransportEquipmentFullnessCodeType} + new: @listID{token}{0..1} in type {TransportEquipmentFullnessCodeType} + Changed fixed default from 8169 to null +In type {TransportMeansTypeCodeType} modifying attribute: + old: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType} + new: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType} + Changed fixed default from 6 to null +In type {TransportMeansTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TransportMeansTypeCodeType} + new: @listID{token}{0..1} in type {TransportMeansTypeCodeType} + Changed fixed default from Recommendation 28 to null +In type {TransportModeCodeType} modifying attribute: + old: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType} + new: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType} + Changed fixed default from 6 to null +In type {TransportModeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TransportModeCodeType} + new: @listID{token}{0..1} in type {TransportModeCodeType} + Changed fixed default from Recommendation 19 to null +In type {TransportMovementStageCodeType} modifying attribute: + old: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType} + new: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType} + Changed fixed default from 6 to null +In type {TransportMovementStageCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TransportMovementStageCodeType} + new: @listID{token}{0..1} in type {TransportMovementStageCodeType} + Changed fixed default from 8051 to null diff --git a/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt b/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt index 25cc16c..8d8dba8 100644 --- a/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt +++ b/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt @@ -1,39 +1,59 @@ -In type {AccountingAccountTypeCodeType} removed @listID {token}{0..1} -In type {AccountingAccountTypeCodeType} removed @listURI {anyURI}{0..1} -In type {AccountingAccountTypeCodeType} removed @listVersionID {token}{0..1} -In type {AccountingAmountTypeCodeType} removed @listID {token}{0..1} -In type {AccountingAmountTypeCodeType} removed @listURI {anyURI}{0..1} -In type {AccountingAmountTypeCodeType} removed @listVersionID {token}{0..1} +In type {AccountingAccountTypeCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} + new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} + Changed fixed default from 210 to null +In type {AccountingAccountTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} + new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} + Changed fixed default from AccountingE501 to null +In type {AccountingAmountTypeCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} + new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} + Changed fixed default from 210 to null +In type {AccountingAmountTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} + new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} + Changed fixed default from AccountingE601 to null In type {AccountingDocumentCodeType} modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {AccountingDocumentCodeType} removed @listID {token}{0..1} -In type {AccountingDocumentCodeType} removed @listURI {anyURI}{0..1} -In type {AccountingDocumentCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {AccountingDocumentCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AccountingDocumentCodeType} + new: @listID{token}{0..1} in type {AccountingDocumentCodeType} + Changed fixed default from 1001_Accounting to null In type {AdjustmentReasonCodeType} modifying attribute: old: @listAgencyID{AdjustmentReasonCodeListAgencyIDContentType}{0..1} in type {AdjustmentReasonCodeType} new: @listAgencyID{AdjustmentReasonCodeListAgencyIDContentType}{0..1} in type {AdjustmentReasonCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {AdjustmentReasonCodeType} removed @listID {token}{0..1} -In type {AdjustmentReasonCodeType} removed @listVersionID {token}{0..1} -In type {AllowanceChargeIdentificationCodeType} removed @listID {token}{0..1} -In type {AllowanceChargeIdentificationCodeType} removed @listURI {anyURI}{0..1} -In type {AllowanceChargeIdentificationCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {AdjustmentReasonCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AdjustmentReasonCodeType} + new: @listID{token}{0..1} in type {AdjustmentReasonCodeType} + Changed fixed default from 4465 to null +In type {AllowanceChargeIdentificationCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + new: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + Changed fixed default from 6 to null +In type {AllowanceChargeIdentificationCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + new: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} + Changed fixed default from 5189_AllowanceChargeID to null In type {AllowanceChargeReasonCodeType} modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {AllowanceChargeReasonCodeType} removed @listID {token}{0..1} -In type {AllowanceChargeReasonCodeType} removed @listURI {anyURI}{0..1} -In type {AllowanceChargeReasonCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {AllowanceChargeReasonCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} + new: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} + Changed fixed default from 4465_AllowanceChargeReasonCode to null In type {AutomaticDataCaptureMethodCodeType} modifying attribute: old: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType} new: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {AutomaticDataCaptureMethodCodeType} removed @listID {token}{0..1} -In type {AutomaticDataCaptureMethodCodeType} removed @listURI {anyURI}{0..1} -In type {AutomaticDataCaptureMethodCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {AutomaticDataCaptureMethodCodeType} modifying attribute: + old: @listID{token}{0..1} in type {AutomaticDataCaptureMethodCodeType} + new: @listID{token}{0..1} in type {AutomaticDataCaptureMethodCodeType} + Changed fixed default from 7233_AutomaticDataCaptureMethodCode to null In type {BasicWorkItemType} removed {ValueType}{0..1} In type {BasicWorkItemType} removed {BinaryObjectType}{0..*} In type {BasicWorkItemType} removed {CodeType}{0..*} @@ -41,27 +61,35 @@ In type {BasicWorkItemType} removed {BasicWorkItemTyp In type {CargoCategoryCodeType} modifying attribute: old: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType} new: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {CargoCategoryCodeType} removed @listID {token}{0..1} -In type {CargoCategoryCodeType} removed @listVersionID {token}{0..1} -In type {CargoCategoryCodeType} removed @name {string}{0..1} -In type {CargoCommodityCategoryCodeType} removed @listID {token}{0..1} -In type {CargoCommodityCategoryCodeType} removed @listVersionID {token}{0..1} -In type {CargoCommodityCategoryCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {CargoCategoryCodeType} modifying attribute: + old: @listID{token}{0..1} in type {CargoCategoryCodeType} + new: @listID{token}{0..1} in type {CargoCategoryCodeType} + Changed fixed default from Recommendation 21-Annex I to null +In type {CargoCommodityCategoryCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {CargoCommodityCategoryCodeType} + new: @listAgencyID{token}{0..1} in type {CargoCommodityCategoryCodeType} + Changed fixed default from 6 to null +In type {CargoCommodityCategoryCodeType} modifying attribute: + old: @listID{token}{0..1} in type {CargoCommodityCategoryCodeType} + new: @listID{token}{0..1} in type {CargoCommodityCategoryCodeType} + Changed fixed default from 7357 to null In type {CargoOperationalCategoryCodeType} modifying attribute: old: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType} new: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {CargoOperationalCategoryCodeType} removed @listID {token}{0..1} -In type {CargoOperationalCategoryCodeType} removed @listVersionID {token}{0..1} -In type {CargoOperationalCategoryCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {CargoOperationalCategoryCodeType} modifying attribute: + old: @listID{token}{0..1} in type {CargoOperationalCategoryCodeType} + new: @listID{token}{0..1} in type {CargoOperationalCategoryCodeType} + Changed fixed default from 7085b to null In type {ChargePayingPartyRoleCodeType} modifying attribute: old: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType} new: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {ChargePayingPartyRoleCodeType} removed @listID {token}{0..1} -In type {ChargePayingPartyRoleCodeType} removed @listVersionID {token}{0..1} -In type {ChargePayingPartyRoleCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {ChargePayingPartyRoleCodeType} modifying attribute: + old: @listID{token}{0..1} in type {ChargePayingPartyRoleCodeType} + new: @listID{token}{0..1} in type {ChargePayingPartyRoleCodeType} + Changed fixed default from 3035_Charge Paying to null In type {CodeType} modifying attribute: old: @listAgencyID{TransportEquipmentSizeTypeCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentSizeTypeCodeType} new: @listAgencyID{token}{0..1} in type {CodeType} @@ -81,488 +109,268 @@ In type {CodeType} removed @name {string}{0..1} In type {CommunicationChannelCodeType} modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {CommunicationChannelCodeType} removed @listID {token}{0..1} -In type {CommunicationChannelCodeType} removed @listURI {anyURI}{0..1} -In type {CommunicationChannelCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {CommunicationChannelCodeType} modifying attribute: + old: @listID{token}{0..1} in type {CommunicationChannelCodeType} + new: @listID{token}{0..1} in type {CommunicationChannelCodeType} + Changed fixed default from 3155_CommunicationChannelCode to null In type {ContactTypeCodeType} modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {ContactTypeCodeType} removed @listID {token}{0..1} -In type {ContactTypeCodeType} removed @listURI {anyURI}{0..1} -In type {ContactTypeCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {ContactTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {ContactTypeCodeType} + new: @listID{token}{0..1} in type {ContactTypeCodeType} + Changed fixed default from 3139_ContactTypeCode to null In type {CountryIDType} modifying attribute: - old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} - new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} - New restriction by enumeration from [] to [5] -In type {CountryIDType} removed @schemeID {token}{0..1} -In type {CountryIDType} removed @schemeVersionID {token}{0..1} + old: @schemeVersionID{token}{0..1} in type {CountryIDType} + new: @schemeVersionID{token}{0..1} in type {CountryIDType} + Changed fixed default from second edition 2006 to null In type {CurrencyCodeType} modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} - New restriction by enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -In type {CurrencyCodeType} removed @listID {token}{0..1} -In type {CurrencyCodeType} removed @listURI {anyURI}{0..1} -In type {CurrencyCodeType} removed @listVersionID {token}{0..1} -In type {DateOnlyFormattedDateTimeType} modifying attribute: - old: @format{string}{0..1} in type {DateTimeType} - new: @format{DateOnlyFormatCodeContentType}{0..1} in type {DateOnlyFormattedDateTimeType} - New restriction by enumeration from [] to [2, 3, 4, 101, 102, 105, 106, 107, 110, 609] -In type {DateOnlyFormattedDateTimeType} modifying element: - old: {DateTimeType}{0..1} in type {DateTimeType} - new: {DateOnlyFormattedDateTimeType}{1..1} in type {DateOnlyFormattedDateTimeType} - Restricted cardinality from 0..1 to 1..1 - Changed compositor from CHOICE to SEQUENCE + Changed fixed default from 5 to null +In type {CurrencyCodeType} modifying attribute: + old: @listID{token}{0..1} in type {CurrencyCodeType} + new: @listID{token}{0..1} in type {CurrencyCodeType} + Changed fixed default from ISO 4217 3A to null In type {DateTimeType} removed {dateTime}{0..1} -In type {DeliveryAdjustmentType} modifying element: - old: {AdjustmentReasonCodeType}{0..1} in type {DeliveryAdjustmentType} - new: {AdjustmentReasonCodeType}{0..1} in type {DeliveryAdjustmentType} - New restriction by enumeration from [] to [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, ZZZ] +In type {DateTimeType} removed {null}{0..1} In type {DeliveryTermsCodeType} modifying attribute: old: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType} new: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {DeliveryTermsCodeType} removed @listID {token}{0..1} -In type {DeliveryTermsCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {DeliveryTermsCodeType} modifying attribute: + old: @listID{token}{0..1} in type {DeliveryTermsCodeType} + new: @listID{token}{0..1} in type {DeliveryTermsCodeType} + Changed fixed default from 4053 to null In type {DimensionTypeCodeType} modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {DimensionTypeCodeType} removed @listID {token}{0..1} -In type {DimensionTypeCodeType} removed @listVersionID {token}{0..1} -In type {DimensionTypeCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {DimensionTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {DimensionTypeCodeType} + new: @listID{token}{0..1} in type {DimensionTypeCodeType} + Changed fixed default from 6145 to null In type {DocumentCodeType} modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {DocumentCodeType} removed @listID {token}{0..1} -In type {DocumentCodeType} removed @listURI {anyURI}{0..1} -In type {DocumentCodeType} removed @listVersionID {token}{0..1} -In type {DocumentCodeType} removed @name {string}{0..1} -In type {DocumentLineDocumentType} modifying element: - old: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType} - new: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType} - New restriction by enumeration from [] to [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] + Changed fixed default from 6 to null +In type {DocumentCodeType} modifying attribute: + old: @listID{token}{0..1} in type {DocumentCodeType} + new: @listID{token}{0..1} in type {DocumentCodeType} + Changed fixed default from 1001 to null In type {DocumentStatusCodeType} modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {DocumentStatusCodeType} removed @listID {token}{0..1} -In type {DocumentStatusCodeType} removed @listVersionID {token}{0..1} -In type {DocumentStatusCodeType} removed @name {string}{0..1} -In type {ExchangedDocumentType} modifying element: - old: {MessageFunctionCodeType}{0..1} in type {ExchangedDocumentType} - new: {MessageFunctionCodeType}{0..1} in type {ExchangedDocumentType} - New restriction by enumeration from [] to [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] -In type {ExchangedDocumentType} modifying element: - old: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} - new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} - New restriction by enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -In type {FormattedDateTimeType} modifying attribute: - old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} - New restriction by enumeration from [] to [102, 203, 205, 209, 502, 602] + Changed fixed default from 6 to null +In type {DocumentStatusCodeType} modifying attribute: + old: @listID{token}{0..1} in type {DocumentStatusCodeType} + new: @listID{token}{0..1} in type {DocumentStatusCodeType} + Changed fixed default from 1373 to null In type {FreightChargeTariffClassCodeType} modifying attribute: old: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType} new: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {FreightChargeTariffClassCodeType} removed @listID {token}{0..1} -In type {FreightChargeTariffClassCodeType} removed @listVersionID {token}{0..1} -In type {FreightChargeTariffClassCodeType} removed @name {string}{0..1} -In type {FreightChargeTypeIDType} modifying attribute: - old: @schemeAgencyID{FreightChargeTypeIDSchemeAgencyIDContentType}{0..1} in type {FreightChargeTypeIDType} - new: @schemeAgencyID{FreightChargeTypeIDSchemeAgencyIDContentType}{0..1} in type {FreightChargeTypeIDType} - New restriction by enumeration from [] to [6] -In type {FreightChargeTypeIDType} removed @schemeID {token}{0..1} -In type {FreightChargeTypeIDType} removed @schemeVersionID {token}{0..1} -In type {GoodsTypeCodeType} removed @listID {token}{0..1} -In type {GoodsTypeCodeType} removed @listVersionID {token}{0..1} -In type {GoodsTypeCodeType} removed @name {string}{0..1} -In type {GoodsTypeExtensionCodeType} removed @listID {token}{0..1} -In type {GoodsTypeExtensionCodeType} removed @listVersionID {token}{0..1} -In type {GoodsTypeExtensionCodeType} removed @name {string}{0..1} -In type {HeaderTradeSettlementType} modifying element: - old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - New restriction by enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -In type {HeaderTradeSettlementType} modifying element: - old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - New restriction by enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -In type {HeaderTradeSettlementType} modifying element: - old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - New restriction by enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] + Changed fixed default from 6 to null +In type {FreightChargeTariffClassCodeType} modifying attribute: + old: @listID{token}{0..1} in type {FreightChargeTariffClassCodeType} + new: @listID{token}{0..1} in type {FreightChargeTariffClassCodeType} + Changed fixed default from 5243 to null +In type {GoodsTypeCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {GoodsTypeCodeType} + new: @listAgencyID{token}{0..1} in type {GoodsTypeCodeType} + Changed fixed default from 6 to null +In type {GoodsTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {GoodsTypeCodeType} + new: @listID{token}{0..1} in type {GoodsTypeCodeType} + Changed fixed default from TDED 7357 to null +In type {GoodsTypeExtensionCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {GoodsTypeExtensionCodeType} + new: @listAgencyID{token}{0..1} in type {GoodsTypeExtensionCodeType} + Changed fixed default from 6 to null +In type {GoodsTypeExtensionCodeType} modifying attribute: + old: @listID{token}{0..1} in type {GoodsTypeExtensionCodeType} + new: @listID{token}{0..1} in type {GoodsTypeExtensionCodeType} + Changed fixed default from TDED 7361 to null In type {LineStatusCodeType} modifying attribute: old: @listAgencyID{LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType} new: @listAgencyID{LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {LineStatusCodeType} removed @listID {token}{0..1} -In type {LineStatusCodeType} removed @listURI {anyURI}{0..1} -In type {LineStatusCodeType} removed @listVersionID {token}{0..1} -In type {LinearUnitMeasureType} modifying attribute: - old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType} - new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} - New restriction by enumeration from [] to [CMT, FOT, INH, MTR] -In type {LinearUnitMeasureType} removed @unitCodeListVersionID {token}{0..1} -In type {LocationFunctionCodeType} modifying attribute: - old: @listAgencyID{token}{0..1} in type {CodeType} - new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} - Changed fixed default from null to 6 - New restriction by enumeration from [] to [6] -In type {LogisticsChargeCalculationBasisCodeType} removed @listID {token}{0..1} -In type {LogisticsChargeCalculationBasisCodeType} removed @listVersionID {token}{0..1} -In type {LogisticsChargeCalculationBasisCodeType} removed @name {string}{0..1} -In type {LogisticsLocationType} modifying element: - old: {CodeType}{0..1} in type {LogisticsLocationType} - new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} - New restriction by enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] -In type {LogisticsServiceChargeType} modifying element: - old: {LogisticsChargeCalculationBasisCodeType}{0..1} in type {LogisticsServiceChargeType} - new: {LogisticsChargeCalculationBasisCodeType}{0..1} in type {LogisticsServiceChargeType} - New restriction by enumeration from [] to [ZZZ] -In type {LogisticsServiceChargeType} modifying element: - old: {FreightChargeTypeIDType}{0..1} in type {LogisticsServiceChargeType} - new: {FreightChargeTypeIDType}{0..1} in type {LogisticsServiceChargeType} - New restriction by enumeration from [] to [100000, 100999, 101000, 101002, 101003, 101004, 101005, 101006, 101007, 101008, 101009, 101010, 101011, 101012, 101013, 101014, 101015, 101016, 101017, 101018, 101019, 101020, 101021, 101021, 101021, 101021, 101021, 101021, 101021, 101021, 101022, 101024, 101027, 101028, 101029, 101031, 101033, 101034, 101035, 101036, 101037, 101038, 101039, 101040, 101041, 101042, 101043, 101044, 101045, 101046, 101047, 101048, 101049, 101050, 101051, 101052, 101053, 101054, 101056, 101057, 101058, 101059, 101060, 101061, 102000, 102002, 102003, 102004, 102005, 102006, 102011, 102012, 102013, 102014, 102015, 102016, 102017, 102018, 102019, 102020, 102021, 102022, 102023, 102024, 102025, 102026, 102027, 102028, 102029, 102030, 102041, 102042, 102043, 102043, 102044, 102045, 102046, 102047, 102049, 102050, 102051, 102052, 102070, 102071, 102072, 102073, 102074, 102075, 102076, 102077, 102078, 102079, 102080, 102081, 102082, 102083, 102084, 102085, 102086, 102087, 102088, 103000, 103001, 103002, 103003, 103004, 103005, 103006, 103007, 103008, 103009, 103010, 103011, 103012, 103013, 103015, 103016, 103017, 103018, 103019, 104000, 104002, 104003, 104004, 104004, 104005, 104006, 104007, 104008, 104009, 104010, 104011, 104012, 104013, 104014, 104015, 104016, 104024, 104024, 104024, 104025, 104027, 104028, 104029, 104030, 104031, 104032, 104036, 104037, 104038, 104039, 104041, 104042, 104043, 104044, 104045, 104046, 104052, 104052, 104052, 104052, 104055, 104056, 104059, 104060, 104063, 104064, 104068, 104069, 104070, 104071, 104072, 104073, 104074, 104075, 104076, 104077, 104078, 104079, 104080, 104081, 104082, 104083, 104084, 104085, 104102, 104102, 104104, 104106, 104107, 104108, 104109, 104110, 104111, 104112, 104113, 104114, 104115, 104116, 104118, 104119, 104120, 104121, 104124, 104125, 104125, 104125, 104125, 104127, 104129, 104130, 104131, 104132, 104134, 104135, 104135, 104135, 104135, 104136, 104137, 104137, 104137, 104138, 104138, 104139, 104139, 104139, 104139, 104140, 104141, 104142, 104144, 104144, 104144, 104145, 104146, 104148, 104149, 104150, 104151, 104152, 104153, 104154, 104155, 104156, 104157, 104158, 104159, 104159, 104160, 104161, 104162, 104163, 104164, 104165, 104166, 104167, 104168, 104169, 104170, 104172, 104173, 104175, 104176, 104177, 104178, 104179, 104180, 104181, 104182, 104183, 104185, 104186, 104188, 104189, 104190, 104191, 104192, 104193, 104194, 104195, 104196, 104197, 104198, 104199, 104200, 104201, 104202, 104203, 104204, 104205, 104206, 104207, 104208, 104209, 104210, 104211, 104212, 104213, 105000, 105001, 105002, 105003, 105004, 105005, 105006, 105007, 105009, 105010, 105012, 105013, 105014, 105015, 105016, 105017, 105018, 105020, 106000, 106001, 106002, 106003, 106004, 106005, 106006, 106007, 106008, 106009, 106010, 106011, 106012, 106013, 106014, 106015, 106016, 106018, 107000, 107001, 107001, 107002, 108000, 108001, 108002, 108003, 108004, 108005, 108006, 109000, 109001, 110000, 110001, 110002, 110003, 110004, 110005, 110006, 110007, 110008, 110009, 110010, 110011, 200000, 200999, 202000, 202001, 202002, 202003, 202004, 202005, 202006, 202007, 202008, 202009, 202010, 202011, 202012, 202013, 203000, 203001, 203002, 203003, 203004, 203005, 203006, 203007, 203008, 203009, 203010, 203011, 203012, 203013, 203014, 203015, 203016, 203017, 203018, 203019, 203020, 203021, 203022, 203023, 203024, 203025, 203026, 203027, 203028, 203029, 203030, 203031, 203032, 203033, 203034, 203035, 203036, 203037, 203038, 203039, 203040, 203041, 203042, 203043, 203044, 203045, 203046, 203047, 203048, 203049, 203050, 203051, 203052, 203053, 203054, 203055, 203056, 203057, 203058, 203059, 203060, 203061, 203062, 203063, 203064, 203065, 203066, 203067, 203068, 203069, 203070, 203071, 203072, 203073, 203074, 203075, 203076, 203077, 203078, 203079, 203080, 203081, 203082, 203083, 203084, 203085, 203086, 203087, 203088, 203089, 203090, 203091, 203092, 203093, 203094, 203095, 203096, 203097, 203098, 203099, 203100, 203102, 203104, 203105, 203106, 203107, 203108, 203109, 203110, 203111, 203112, 203113, 203114, 203115, 203116, 203117, 203118, 203119, 203120, 203121, 203122, 203123, 203124, 203125, 203126, 203127, 203130, 203130, 203131, 203133, 203134, 203134, 203134, 203135, 203136, 203137, 203138, 203139, 203140, 203141, 203142, 203143, 203144, 203145, 203146, 203147, 203148, 203149, 203150, 203151, 203152, 203153, 203154, 203155, 203156, 203157, 203158, 203159, 203160, 203161, 203162, 203163, 203164, 203165, 203166, 203167, 203168, 203169, 203170, 203171, 203172, 203173, 203174, 203175, 203176, 203177, 203178, 203179, 203180, 203181, 203182, 203183, 203184, 203185, 203186, 203187, 203188, 203189, 203190, 203191, 203192, 203193, 203194, 203195, 203196, 203197, 203198, 203199, 203200, 203201, 203202, 203203, 203204, 203205, 204000, 204001, 204002, 204003, 204004, 204005, 204006, 204007, 204008, 204009, 204010, 204011, 204012, 204013, 204014, 204015, 204016, 204017, 204018, 204019, 204020, 204021, 204022, 204023, 204024, 204025, 204026, 204027, 204028, 204029, 204030, 204031, 204032, 204033, 204034, 204035, 204036, 204037, 204038, 204039, 204040, 204041, 204042, 204043, 204044, 204045, 204046, 204047, 204048, 204049, 204050, 204051, 204052, 204053, 204054, 204055, 204056, 204057, 204058, 204059, 204060, 204061, 204062, 204063, 204064, 204065, 204066, 204067, 204068, 204069, 204070, 204071, 204072, 204073, 204074, 204075, 204076, 204077, 204078, 204079, 204080, 204081, 204082, 204083, 204084, 204085, 204086, 204087, 204088, 204089, 204090, 204091, 204092, 204093, 204094, 204095, 204096, 204097, 204098, 204099, 204100, 204101, 204102, 204103, 204104, 204105, 204106, 204107, 204108, 204109, 204110, 204111, 204112, 204113, 204114, 204115, 204116, 204117, 204118, 204119, 204120, 204121, 204122, 204123, 204124, 204125, 204126, 204127, 204128, 204129, 204130, 204131, 204132, 204133, 204134, 204135, 204136, 204137, 204138, 204139, 204140, 204141, 204142, 204143, 204144, 204145, 204146, 204148, 204150, 204151, 204152, 204153, 204154, 204155, 204156, 204157, 204158, 204159, 204160, 204161, 204162, 204163, 204164, 204165, 204166, 204167, 204168, 204169, 204170, 204171, 204172, 204173, 204175, 204176, 204177, 204178, 204179, 204180, 204181, 204182, 204183, 204184, 204185, 204186, 204187, 204188, 204189, 204190, 204191, 204192, 204193, 204194, 204195, 204196, 204197, 204198, 204199, 204200, 204201, 204202, 204203, 204204, 204205, 204206, 204207, 204208, 204209, 204210, 204211, 204212, 204213, 204214, 204215, 204216, 204217, 204218, 204219, 205000, 205001, 205002, 205003, 205004, 205005, 205006, 205007, 205008, 205009, 205010, 205011, 205012, 205013, 205014, 205015, 205016, 205017, 205018, 205019, 205020, 205021, 205022, 205023, 205025, 205027, 205028, 205029, 205030, 205031, 205032, 205033, 205034, 205035, 205036, 205037, 205038, 205039, 205040, 205041, 205042, 205043, 205044, 205045, 205046, 205047, 205048, 205049, 205050, 205051, 205052, 205053, 205054, 205055, 205056, 205057, 205058, 205059, 205060, 205061, 205062, 206000, 206001, 206002, 206003, 206004, 206005, 206006, 206007, 206008, 206009, 206010, 206011, 206012, 206013, 206014, 206015, 206016, 206017, 206018, 206019, 206020, 206021, 206023, 206025, 206026, 206027, 206028, 206029, 206030, 206031, 206032, 206033, 206034, 206035, 206036, 206037, 206038, 206039, 206040, 206041, 206042, 206043, 206044, 206045, 206046, 206047, 206048, 206049, 206050, 206051, 206052, 206053, 206054, 206055, 206056, 206057, 206058, 206059, 206060, 206061, 206062, 206063, 206064, 206065, 206066, 207000, 207001, 207002, 207003, 207004, 207005, 207006, 207007, 207008, 207009, 207010, 207011, 207012, 207013, 207014, 207015, 207016, 207017, 207018, 207019, 207020, 207022, 207023, 207024, 207025, 207026, 207027, 207028, 207029, 207030, 207032, 207033, 207034, 207035, 207036, 207037, 207038, 207039, 207040, 207041, 207042, 207043, 207044, 207045, 207046, 207047, 207048, 207049, 207050, 207051, 207052, 207053, 207054, 207055, 207056, 207057, 207058, 207059, 207060, 207061, 207062, 208000, 208001, 208002, 208003, 208004, 208005, 208006, 208007, 208008, 208009, 208010, 208011, 208012, 208013, 208014, 208015, 208016, 208017, 208018, 208019, 208020, 208021, 208022, 208023, 208024, 208025, 208026, 208027, 208028, 208030, 208030, 208030, 208030, 208031, 208032, 208034, 208035, 208036, 208037, 208038, 208039, 208040, 208041, 208042, 208043, 208044, 208045, 208046, 208047, 208048, 208049, 208050, 208051, 209000, 209001, 209002, 209003, 209004, 209005, 209006, 209007, 209008, 209009, 209010, 209011, 209012, 209013, 209014, 209015, 209032, 209033, 209034, 209058, 209060, 209061, 209062, 209063, 209064, 209065, 209066, 209067, 209068, 209069, 209070, 209071, 209072, 209073, 209074, 210000, 210001, 210002, 210003, 210004, 210005, 210006, 210007, 210008, 210009, 210010, 210011, 210012, 210013, 210014, 210015, 210016, 210017, 210018, 210019, 210020, 210021, 210022, 210023, 210024, 210025, 210026, 210027, 210028, 210029, 210030, 210031, 210032, 210033, 210034, 210035, 210036, 210037, 210038, 210039, 210040, 210041, 210041, 210041, 210041, 210041, 210042, 210043, 210044, 210045, 210046, 210047, 210048, 210049, 210050, 210051, 210052, 210053, 210054, 210055, 210056, 210057, 210058, 210059, 210060, 210061, 210062, 211000, 211001, 211002, 211003, 211004, 211005, 211006, 211007, 211008, 211009, 211010, 211011, 211012, 211013, 211014, 211015, 211016, 211017, 211018, 211019, 211020, 211021, 211022, 211023, 211024, 211025, 211026, 211027, 211028, 211029, 211030, 211031, 211032, 211033, 211034, 211035, 211036, 211037, 211038, 211039, 211040, 211041, 211042, 211043, 211044, 212000, 212001, 212002, 212003, 212004, 213000, 213001, 213002, 213003, 213004, 213005, 214000, 214001, 214002, 214003, 214004, 214004, 214004, 215000, 215001, 215002, 215002, 215004, 215005, 215005, 215005, 215005, 215006, 215007, 215008, 215009, 215010, 215011, 216000, 216001, 216002, 216003, 216004, 216005, 216006, 216007, 216008, 216009, 216010, 216011, 216012, 216013, 216014, 216015, 216016, 216016, 216016, 216016, 216017, 216019, 216020, 216021, 216022, 216023, 216024, 216025, 216026, 216027, 216028, 216029, 216030, 216031, 216031, 216031, 216032, 216033, 216034, 216035, 216036, 216037, 216038, 216039, 216040, 216041, 216042, 216044, 216045, 216046, 216047, 216048, 216049, 216050, 216051, 216052, 216053, 216054, 216055, 216056, 216057, 216058, 216059, 216060, 216061, 216062, 216063, 216064, 216065, 216066, 216067, 216068, 216069, 216070, 216071, 216072, 216073, 216074, 216075, 216076, 216077, 216078, 216079, 216080, 216081, 216082, 216083, 216084, 216085, 216086, 216087, 216088, 216089, 216090, 216091, 216092, 216093, 216094, 300000, 300999, 301000, 301001, 301001, 301001, 301002, 301002, 301002, 301002, 301003, 301004, 301005, 301006, 301007, 301008, 301009, 301010, 301011, 301011, 301011, 301011, 301012, 301013, 301013, 301014, 301015, 301016, 301017, 301018, 301019, 301020, 301021, 301022, 301023, 301024, 301025, 301026, 301027, 301028, 301029, 301030, 301031, 301031, 301032, 301033, 301034, 301035, 301036, 301037, 301038, 301039, 301040, 301041, 301042, 301043, 301044, 301045, 301046, 301047, 301048, 301048, 301048, 301048, 301048, 301048, 301048, 301049, 301050, 301051, 301052, 301053, 301054, 301055, 301056, 301057, 301058, 301059, 301060, 301061, 301062, 301063, 301064, 301065, 301066, 301067, 301068, 301069, 301070, 301072, 301073, 301074, 301075, 301076, 301077, 301078, 302000, 302001, 302002, 302003, 302004, 302004, 302004, 302004, 302004, 302005, 302006, 302007, 302008, 302009, 302010, 302011, 302012, 302013, 302014, 302016, 302017, 302018, 400000, 400999, 401000, 401001, 401003, 401004, 401005, 401006, 401009, 401015, 401015, 401016, 401017, 401018, 402000, 402001, 402002, 402003, 402004, 402005, 402006, 402007, 500000, 500999, 501000, 501001, 501002, 501003, 501004, 501005, 501005, 501005, 501005, 501006, 501006, 501006, 501006, 501007, 501007, 501008, 501009, 501009, 501009, 501009, 502000, 502001, 502002, 502002, 502002, 502003, 502004, 502005, 502006, 600000, 600018, 600926, 600999, 601000, 601001, 601002, 601003, 601003, 601003, 601003, 601004, 601005, 601006, 601007, 601008, 602000, 602001, 602002, 602003, 603000, 603001, 603002, 603003, 603004, 603005, 603006, 603007, 603008, 603009, 603010, 604000, 604001, 604001, 604001, 604002, 605000, 606000, 606003, 606003, 606004, 606005, 606006, 606007, 606008, 606009, 607000, 607001, 607001, 607001, 608000, 608001, 608001, 608001, 608001, 608002, 608003, 608003, 608003, 608003, 608003, 609000, 609001, 609002, 609003, 609004, 609005, 609006, 609007, 609008, 609008, 609008, 609008, 609008, 609009, 609010, 609011, 609012, 609013, 609015, 609016, 609017, 609018, 609019, 609020, 609022, 609023, 609024, 609025, 609026, 609027, 609028, 609029, 609030, 609031, 609031, 609032, 609032, 609033, 609034, 609035, 609036, 609037, 609038, 609039, 609040, 609041, 609041, 609042, 609043, 609043, 609044, 609045, 609046, 609047, 609049, 609050, 609051, 609052, 609053, 609054, 609055, 609056, 609056, 609056, 609057, 609058, 609059, 609060, 609061, 609062, 609063, 609064, 609065, 609067, 609068, 609069, 609070, 609071, 609072, 609073, 609074, 609075, 609077, 609078, 609079, 609080, 609081, 609082, 609083, 609084, 609085, 609087, 609088, 609089, 609090, 609091, 609092, 609093, 609094, 609095, 609096, 609097, 609098, 609099, 609100, 609101, 609102, 609103, 609104, 609105, 609106, 609107, 609111, 609112, 609113, 609115, 609116, 609117, 609118, 609119, 609120, 609122, 609123, 609124, 609125, 609126, 609128, 609129, 609130, 609131, 609132, 609133, 609134, 609135, 609136, 609137, 609138, 609139, 609140, 609141, 609142, 609143, 609144, 609145] -In type {LogisticsServiceChargeType} modifying element: - old: {ChargePayingPartyRoleCodeType}{0..1} in type {LogisticsServiceChargeType} - new: {ChargePayingPartyRoleCodeType}{0..1} in type {LogisticsServiceChargeType} - New restriction by enumeration from [] to [AB, AE, AF, AH, AQ, AR, AT, AU, CA, CG, CN, CPD, CX, CZ, DGB, EX, FW, GS, IM, IV, PE] -In type {LogisticsServiceChargeType} modifying element: - old: {CodeType}{0..1} in type {LogisticsServiceChargeType} - new: {TransportServicePaymentArrangementCodeType}{0..1} in type {LogisticsServiceChargeType} - New restriction by enumeration from [] to [A, B, C, P] -In type {LogisticsServiceChargeType} modifying element: - old: {FreightChargeTariffClassCodeType}{0..1} in type {LogisticsServiceChargeType} - new: {FreightChargeTariffClassCodeType}{0..1} in type {LogisticsServiceChargeType} - New restriction by enumeration from [] to [A, B, C, D, E, F, G, H, K, M, N, Q, R, S] -In type {LogisticsTransportEquipmentType} modifying element: - old: {TransportEquipmentCategoryCodeType}{0..1} in type {LogisticsTransportEquipmentType} - new: {TransportEquipmentCategoryCodeType}{0..1} in type {LogisticsTransportEquipmentType} - New restriction by enumeration from [] to [AA, AB, AD, AE, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AT, BB, BL, BPN, BPO, BPP, BPQ, BPR, BPS, BPT, BPU, BPV, BPW, BPX, BPY, BPZ, BR, BX, CH, CN, DPA, DPB, DPC, DPD, DPE, DPF, DPG, DPH, DPI, DPJ, DPK, DPL, DPM, DPN, DPO, EFP, EFQ, EFR, EFS, EFT, EFU, EFV, EFW, EFX, EFY, EFZ, EGA, EGB, EGC, EGD, EGE, EGF, EGG, EGH, EGI, EYP, FPN, FPR, IL, LAR, LU, MPA, PA, PBP, PFP, PL, PPA, PST, RF, RG, RGF, RO, RR, SPP, STR, SW, TE, TP, TS, TSU, UL] -In type {LogisticsTransportEquipmentType} modifying element: - old: {TransportEquipmentFullnessCodeType}{0..1} in type {LogisticsTransportEquipmentType} - new: {TransportEquipmentFullnessCodeType}{0..1} in type {LogisticsTransportEquipmentType} - New restriction by enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] -In type {LogisticsTransportMeansType} modifying element: - old: {TransportMeansTypeCodeType}{0..1} in type {LogisticsTransportMeansType} - new: {TransportMeansTypeCodeType}{0..1} in type {LogisticsTransportMeansType} - New restriction by enumeration from [] to [1501, 1502, 1503, 1504, 1505, 1506, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1521, 1522, 1523, 1524, 1525, 1531, 1532, 1533, 1534, 1541, 1542, 1543, 1551, 1552, 1553, 1591, 1592, 1593, 1594, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1711, 1712, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1751, 1752, 1753, 1761, 1762, 1763, 1764, 1765, 1766, 1781, 1782, 2201, 2202, 2203, 2301, 2302, 2303, 2304, 2305, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3201, 3301, 3302, 3303, 3304, 4000, 5000, 8021, 8022, 8023, 8161, 8162, 8163, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8451, 8452, 8453, 8454] -In type {LogisticsTransportMovementType} modifying element: - old: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType} - new: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType} - New restriction by enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] -In type {LogisticsTransportMovementType} modifying element: - old: {TransportMovementStageCodeType}{0..1} in type {LogisticsTransportMovementType} - new: {TransportMovementStageCodeType}{0..1} in type {LogisticsTransportMovementType} - New restriction by enumeration from [] to [1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] -In type {MeasureType} removed @unitCodeListVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {LineStatusCodeType} modifying attribute: + old: @listID{token}{0..1} in type {LineStatusCodeType} + new: @listID{token}{0..1} in type {LineStatusCodeType} + Changed fixed default from 1229_LineStatusCode to null +In type {LogisticsChargeCalculationBasisCodeType} modifying attribute: + old: @listAgencyID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + new: @listAgencyID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + Changed fixed default from 6 to null +In type {LogisticsChargeCalculationBasisCodeType} modifying attribute: + old: @listID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + new: @listID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} + Changed fixed default from TDED 6131 to null In type {MessageFunctionCodeType} modifying attribute: old: @listAgencyID{MessageFunctionCodeListAgencyIDContentType}{0..1} in type {MessageFunctionCodeType} new: @listAgencyID{MessageFunctionCodeListAgencyIDContentType}{0..1} in type {MessageFunctionCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {MessageFunctionCodeType} removed @listID {token}{0..1} -In type {MessageFunctionCodeType} removed @listURI {anyURI}{0..1} -In type {MessageFunctionCodeType} removed @listVersionID {token}{0..1} -In type {NumericType} removed @format {string}{0..1} -In type {PackageTypeCodeType} removed @listID {token}{0..1} -In type {PackageTypeCodeType} removed @listVersionID {token}{0..1} -In type {PackageTypeCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {MessageFunctionCodeType} modifying attribute: + old: @listID{token}{0..1} in type {MessageFunctionCodeType} + new: @listID{token}{0..1} in type {MessageFunctionCodeType} + Changed fixed default from 1225_MessageFunctionTypeCode to null +In type {PackageTypeCodeType} modifying attribute: + old: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType} + new: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType} + Changed fixed default from 6 to null +In type {PackageTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PackageTypeCodeType} + new: @listID{token}{0..1} in type {PackageTypeCodeType} + Changed fixed default from 7065 to null In type {PackagingMarkingCodeType} modifying attribute: old: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType} new: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {PackagingMarkingCodeType} removed @listID {token}{0..1} -In type {PackagingMarkingCodeType} removed @listURI {anyURI}{0..1} -In type {PackagingMarkingCodeType} removed @listVersionID {token}{0..1} -In type {PackagingMarkingType} modifying element: - old: {AutomaticDataCaptureMethodCodeType}{0..*} in type {PackagingMarkingType} - new: {AutomaticDataCaptureMethodCodeType}{0..*} in type {PackagingMarkingType} - New restriction by enumeration from [] to [50, 51, 52, 64, 65, 67, 78, 79, 81, 82] -In type {PackagingMarkingType} modifying element: - old: {PackagingMarkingCodeType}{0..*} in type {PackagingMarkingType} - new: {PackagingMarkingCodeType}{0..*} in type {PackagingMarkingType} - New restriction by enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 80] + Changed fixed default from 6 to null +In type {PackagingMarkingCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PackagingMarkingCodeType} + new: @listID{token}{0..1} in type {PackagingMarkingCodeType} + Changed fixed default from 7233_PackagingMarkingCode to null In type {PartyRoleCodeType} modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {PartyRoleCodeType} removed @listID {token}{0..1} -In type {PartyRoleCodeType} removed @listVersionID {token}{0..1} -In type {PartyRoleCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {PartyRoleCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PartyRoleCodeType} + new: @listID{token}{0..1} in type {PartyRoleCodeType} + Changed fixed default from 3035 to null In type {PaymentGuaranteeMeansCodeType} modifying attribute: old: @listAgencyID{PaymentGuaranteeMeansCodeListAgencyIDContentType}{0..1} in type {PaymentGuaranteeMeansCodeType} new: @listAgencyID{PaymentGuaranteeMeansCodeListAgencyIDContentType}{0..1} in type {PaymentGuaranteeMeansCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {PaymentGuaranteeMeansCodeType} removed @listID {token}{0..1} -In type {PaymentGuaranteeMeansCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {PaymentGuaranteeMeansCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PaymentGuaranteeMeansCodeType} + new: @listID{token}{0..1} in type {PaymentGuaranteeMeansCodeType} + Changed fixed default from 4431 to null In type {PaymentMeansChannelCodeType} modifying attribute: old: @listAgencyID{PaymentMeansChannelCodeListAgencyIDContentType}{0..1} in type {PaymentMeansChannelCodeType} new: @listAgencyID{PaymentMeansChannelCodeListAgencyIDContentType}{0..1} in type {PaymentMeansChannelCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {PaymentMeansChannelCodeType} removed @listID {token}{0..1} -In type {PaymentMeansChannelCodeType} removed @listVersionID {token}{0..1} -In type {PaymentMeansChannelCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {PaymentMeansChannelCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PaymentMeansChannelCodeType} + new: @listID{token}{0..1} in type {PaymentMeansChannelCodeType} + Changed fixed default from 4435 to null In type {PaymentMeansCodeType} modifying attribute: old: @listAgencyID{PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} new: @listAgencyID{PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {PaymentMeansCodeType} removed @listID {token}{0..1} -In type {PaymentMeansCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {PaymentMeansCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PaymentMeansCodeType} + new: @listID{token}{0..1} in type {PaymentMeansCodeType} + Changed fixed default from 4461 to null In type {PaymentTermsEventTimeReferenceCodeType} modifying attribute: old: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} new: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {PaymentTermsEventTimeReferenceCodeType} removed @listID {token}{0..1} -In type {PaymentTermsEventTimeReferenceCodeType} removed @listVersionID {token}{0..1} -In type {PaymentTermsIDType} modifying attribute: - old: @schemeAgencyID{PaymentTermsIDSchemeAgencyIDContentType}{0..1} in type {PaymentTermsIDType} - new: @schemeAgencyID{PaymentTermsIDSchemeAgencyIDContentType}{0..1} in type {PaymentTermsIDType} - New restriction by enumeration from [] to [6] -In type {PaymentTermsIDType} removed @schemeID {token}{0..1} -In type {PaymentTermsIDType} removed @schemeVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {PaymentTermsEventTimeReferenceCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} + new: @listID{token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} + Changed fixed default from 2475_Payment Terms Event to null In type {PaymentTermsTypeCodeType} modifying attribute: old: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType} new: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {PaymentTermsTypeCodeType} removed @listID {token}{0..1} -In type {PaymentTermsTypeCodeType} removed @listVersionID {token}{0..1} -In type {PaymentTermsTypeCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {PaymentTermsTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PaymentTermsTypeCodeType} + new: @listID{token}{0..1} in type {PaymentTermsTypeCodeType} + Changed fixed default from 4279 to null In type {PriceTypeCodeType} modifying attribute: old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType} new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {PriceTypeCodeType} removed @listID {token}{0..1} -In type {PriceTypeCodeType} removed @listVersionID {token}{0..1} -In type {RateType} removed @format {string}{0..1} + Changed fixed default from 6 to null +In type {PriceTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {PriceTypeCodeType} + new: @listID{token}{0..1} in type {PriceTypeCodeType} + Changed fixed default from 5375 to null In type {ReferenceCodeType} modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {ReferenceCodeType} removed @listID {token}{0..1} -In type {ReferenceCodeType} removed @listVersionID {token}{0..1} -In type {ReferenceCodeType} removed @name {string}{0..1} -In type {ReferencedDocumentType} modifying element: - old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - New restriction by enumeration from [] to [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, ZZZ] -In type {ReferencedDocumentType} modifying element: - old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} - new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} - New restriction by enumeration from [] to [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] -In type {ReferencedDocumentType} modifying element: - old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} - new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} - New restriction by enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -In type {SpatialDimensionType} modifying element: - old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType} - new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType} - New restriction by enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -In type {SupplyChainConsignmentItemType} modifying element: - old: {GoodsTypeCodeType}{0..1} in type {SupplyChainConsignmentItemType} - new: {GoodsTypeCodeType}{0..1} in type {SupplyChainConsignmentItemType} - New restriction by enumeration from [] to [ZZZ] -In type {SupplyChainConsignmentItemType} modifying element: - old: {GoodsTypeExtensionCodeType}{0..1} in type {SupplyChainConsignmentItemType} - new: {GoodsTypeExtensionCodeType}{0..1} in type {SupplyChainConsignmentItemType} - New restriction by enumeration from [] to [ZZZ] -In type {SupplyChainPackagingType} modifying element: - old: {PackageTypeCodeType}{0..1} in type {SupplyChainPackagingType} - new: {PackageTypeCodeType}{0..1} in type {SupplyChainPackagingType} - New restriction by enumeration from [] to [43, 44, 1A, 1B, 1D, 1F, 1G, 1W, 2C, 3A, 3H, 4A, 4B, 4C, 4D, 4F, 4G, 4H, 5H, 5L, 5M, 6H, 6P, 7A, 7B, 8A, 8B, 8C, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AL, AM, AP, AT, AV, B4, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, BV, BW, BX, BY, BZ, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CO, CP, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DG, DH, DI, DJ, DK, DL, DM, DN, DP, DR, DS, DT, DU, DV, DW, DX, DY, EC, ED, EE, EF, EG, EH, EI, EN, FB, FC, FD, FE, FI, FL, FO, FP, FR, FT, FW, FX, GB, GI, GL, GR, GU, GY, GZ, HA, HB, HC, HG, HN, HR, IA, IB, IC, ID, IE, IF, IG, IH, IK, IL, IN, IZ, JB, JC, JG, JR, JT, JY, KG, KI, LE, LG, LT, LU, LV, LZ, MA, MB, MC, ME, MR, MS, MT, MW, MX, NA, NE, NF, NG, NS, NT, NU, NV, O1, O2, O3, O4, O5, O6, O7, O8, O9, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PL, PN, PO, PP, PR, PT, PU, PV, PX, PY, PZ, QA, QB, QC, QD, QF, QG, QH, QJ, QK, QL, QM, QN, QP, QQ, QR, QS, RD, RG, RJ, RK, RL, RO, RT, RZ, SA, SB, SC, SD, SE, SH, SI, SK, SL, SM, SO, SP, SS, ST, SU, SV, SW, SY, SZ, T1, TB, TC, TD, TE, TG, TI, TK, TL, TN, TO, TR, TS, TT, TU, TV, TW, TY, TZ, UC, UN, VA, VG, VI, VK, VL, VN, VO, VP, VQ, VR, VS, VY, WA, WB, WC, WD, WF, WG, WH, WJ, WK, WL, WM, WN, WP, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, XA, XB, XC, XD, XF, XG, XH, XJ, XK, YA, YB, YC, YD, YF, YG, YH, YJ, YK, YL, YM, YN, YP, YQ, YR, YS, YT, YV, YW, YX, YY, YZ, ZA, ZB, ZC, ZD, ZF, ZG, ZH, ZJ, ZK, ZL, ZM, ZN, ZP, ZQ, ZR, ZS, ZT, ZU, ZV, ZW, ZX, ZY, ZZ] + Changed fixed default from 6 to null +In type {ReferenceCodeType} modifying attribute: + old: @listID{token}{0..1} in type {ReferenceCodeType} + new: @listID{token}{0..1} in type {ReferenceCodeType} + Changed fixed default from 1153_ReferenceTypeCode to null In type {TaxCategoryCodeType} modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {TaxCategoryCodeType} removed @listID {token}{0..1} -In type {TaxCategoryCodeType} removed @listURI {anyURI}{0..1} -In type {TaxCategoryCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {TaxCategoryCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TaxCategoryCodeType} + new: @listID{token}{0..1} in type {TaxCategoryCodeType} + Changed fixed default from 5305 to null In type {TaxTypeCodeType} modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {TaxTypeCodeType} removed @listID {token}{0..1} -In type {TaxTypeCodeType} removed @listURI {anyURI}{0..1} -In type {TaxTypeCodeType} removed @listVersionID {token}{0..1} + Changed fixed default from 6 to null +In type {TaxTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TaxTypeCodeType} + new: @listID{token}{0..1} in type {TaxTypeCodeType} + Changed fixed default from 5153 to null In type {TimeReferenceCodeType} modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {TimeReferenceCodeType} removed @listID {token}{0..1} -In type {TimeReferenceCodeType} removed @listVersionID {token}{0..1} -In type {TimeReferenceCodeType} removed @name {string}{0..1} -In type {TradeAccountingAccountType} modifying element: - old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType} - new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType} - New restriction by enumeration from [] to [1, 2, 3, 4, 5, 6] -In type {TradeAccountingAccountType} modifying element: - old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType} - new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType} - New restriction by enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -In type {TradeAccountingAccountType} modifying element: - old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType} - new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType} - New restriction by enumeration from [] to [1, 2, 3, 4, 5, 6, 7] + Changed fixed default from 6 to null +In type {TimeReferenceCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TimeReferenceCodeType} + new: @listID{token}{0..1} in type {TimeReferenceCodeType} + Changed fixed default from 2475 to null In type {TradeAddressType} modifying element: - old: {CountryIDType}{0..1} in type {TradeAddressType} - new: {CountryIDType}{0..1} in type {TradeAddressType} - New restriction by enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -In type {TradeAllowanceChargeType} modifying element: - old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - New restriction by enumeration from [] to [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, ZZZ] -In type {TradeAllowanceChargeType} modifying element: - old: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} - new: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} - New restriction by enumeration from [] to [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, 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] -In type {TradeContactType} modifying element: - old: {ContactTypeCodeType}{0..1} in type {TradeContactType} - new: {ContactTypeCodeType}{0..1} in type {TradeContactType} - New restriction by enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -In type {TradeCountryType} modifying element: - old: {CountryIDType}{0..1} in type {TradeCountryType} - new: {CountryIDType}{0..1} in type {TradeCountryType} - New restriction by enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -In type {TradeCurrencyExchangeType} modifying element: - old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - New restriction by enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -In type {TradeCurrencyExchangeType} modifying element: - old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - New restriction by enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -In type {TradeDeliveryTermsType} modifying element: - old: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType} - new: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType} - New restriction by enumeration from [] to [1, 2, CFR, CIF, CIP, CPT, DAP, DDP, DPU, EXW, FAS, FCA, FOB] -In type {TradeLocationType} modifying element: - old: {CountryIDType}{0..1} in type {TradeLocationType} - new: {CountryIDType}{0..1} in type {TradeLocationType} - New restriction by enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -In type {TradePartyType} modifying element: - old: {PartyRoleCodeType}{0..*} in type {TradePartyType} - new: {PartyRoleCodeType}{0..*} in type {TradePartyType} - New restriction by enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -In type {TradePaymentTermsType} modifying element: - old: {PaymentTermsEventTimeReferenceCodeType}{0..1} in type {TradePaymentTermsType} - new: {PaymentTermsEventTimeReferenceCodeType}{0..1} in type {TradePaymentTermsType} - New restriction by enumeration from [] to [5, 24, 29, 45, 71] -In type {TradePaymentTermsType} modifying element: - old: {PaymentTermsIDType}{0..1} in type {TradePaymentTermsType} - new: {PaymentTermsIDType}{0..1} in type {TradePaymentTermsType} - New restriction by enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -In type {TradePaymentTermsType} modifying element: - old: {PaymentTermsTypeCodeType}{0..1} in type {TradePaymentTermsType} - new: {PaymentTermsTypeCodeType}{0..1} in type {TradePaymentTermsType} - New restriction by enumeration from [] to [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, ZZZ] -In type {TradePriceType} modifying element: - old: {PriceTypeCodeType}{0..1} in type {TradePriceType} - new: {PriceTypeCodeType}{0..1} in type {TradePriceType} - New restriction by enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, CA, CT, CU, DI, EC, NW, PC, PE, PK, PL, PT, PU, PV, PW, QT, SR, TB, TU, TW, WH, WI] -In type {TradeSettlementPaymentMeansType} modifying element: - old: {PaymentGuaranteeMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - new: {PaymentGuaranteeMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - New restriction by enumeration from [] to [1, 10, 11, 12, 13, 14, 20, 21, 23, 24, 45, ZZZ] -In type {TradeSettlementPaymentMeansType} modifying element: - old: {PaymentMeansChannelCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - new: {PaymentMeansChannelCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - New restriction by enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ZZZ] -In type {TradeSettlementPaymentMeansType} modifying element: - old: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} - New restriction by enumeration from [] to [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] -In type {TradeTaxType} modifying element: - old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} - new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} - New restriction by enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -In type {TradeTaxType} modifying element: - old: {CurrencyCodeType}{0..1} in type {TradeTaxType} - new: {CurrencyCodeType}{0..1} in type {TradeTaxType} - New restriction by enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -In type {TradeTaxType} modifying element: - old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - New restriction by enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -In type {TradeTaxType} modifying element: - old: {TaxTypeCodeType}{0..1} in type {TradeTaxType} - new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} - New restriction by enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -In type {TransportCargoType} modifying element: - old: {CargoOperationalCategoryCodeType}{0..1} in type {TransportCargoType} - new: {CargoOperationalCategoryCodeType}{0..1} in type {TransportCargoType} - New restriction by enumeration from [] to [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] -In type {TransportCargoType} modifying element: - old: {CargoCommodityCategoryCodeType}{0..1} in type {TransportCargoType} - new: {CargoCommodityCategoryCodeType}{0..1} in type {TransportCargoType} - New restriction by enumeration from [] to [ZZZ] -In type {TransportCargoType} modifying element: - old: {CargoCategoryCodeType}{0..1} in type {TransportCargoType} - new: {CargoCategoryCodeType}{0..1} in type {TransportCargoType} - New restriction by enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 9] + old: {TextType}{0..*} in type {TradeAddressType} + new: {TextType}{0..1} in type {TradeAddressType} + Restricted cardinality from 0..* to 0..1 +In type {TradeSettlementFinancialCardType} modifying element: + old: {DateTimeType}{0..1} in type {TradeSettlementFinancialCardType} + new: {DateOnlyFormattedDateTimeType}{0..1} in type {TradeSettlementFinancialCardType} + Changed whitespace from null to preserve In type {TransportEquipmentCategoryCodeType} modifying attribute: old: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType} new: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {TransportEquipmentCategoryCodeType} removed @listID {token}{0..1} -In type {TransportEquipmentCategoryCodeType} removed @listVersionID {token}{0..1} -In type {TransportEquipmentCategoryCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {TransportEquipmentCategoryCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TransportEquipmentCategoryCodeType} + new: @listID{token}{0..1} in type {TransportEquipmentCategoryCodeType} + Changed fixed default from 8053 to null In type {TransportEquipmentFullnessCodeType} modifying attribute: old: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType} new: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {TransportEquipmentFullnessCodeType} removed @listID {token}{0..1} -In type {TransportEquipmentFullnessCodeType} removed @listVersionID {token}{0..1} -In type {TransportEquipmentFullnessCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {TransportEquipmentFullnessCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TransportEquipmentFullnessCodeType} + new: @listID{token}{0..1} in type {TransportEquipmentFullnessCodeType} + Changed fixed default from 8169 to null In type {TransportMeansTypeCodeType} modifying attribute: old: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType} new: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {TransportMeansTypeCodeType} removed @listID {token}{0..1} -In type {TransportMeansTypeCodeType} removed @listVersionID {token}{0..1} -In type {TransportMeansTypeCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {TransportMeansTypeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TransportMeansTypeCodeType} + new: @listID{token}{0..1} in type {TransportMeansTypeCodeType} + Changed fixed default from Recommendation 28 to null In type {TransportModeCodeType} modifying attribute: old: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType} new: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {TransportModeCodeType} removed @listID {token}{0..1} -In type {TransportModeCodeType} removed @listVersionID {token}{0..1} -In type {TransportModeCodeType} removed @name {string}{0..1} + Changed fixed default from 6 to null +In type {TransportModeCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TransportModeCodeType} + new: @listID{token}{0..1} in type {TransportModeCodeType} + Changed fixed default from Recommendation 19 to null In type {TransportMovementStageCodeType} modifying attribute: old: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType} new: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType} - New restriction by enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -In type {TransportMovementStageCodeType} removed @listID {token}{0..1} -In type {TransportMovementStageCodeType} removed @listVersionID {token}{0..1} -In type {TransportMovementStageCodeType} removed @name {string}{0..1} -In type {TransportServicePaymentArrangementCodeType} modifying attribute: - old: @listAgencyID{token}{0..1} in type {CodeType} - new: @listAgencyID{TransportServicePaymentArrangementCodeListAgencyIDContentType}{0..1} in type {TransportServicePaymentArrangementCodeType} - Changed fixed default from null to 6 - New restriction by enumeration from [] to [6] -In type {UniversalCommunicationType} modifying element: - old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType} - new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType} - New restriction by enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -In type {ValuationBreakdownStatementType} modifying element: - old: {CurrencyCodeType}{1..1} in type {ValuationBreakdownStatementType} - new: {CurrencyCodeType}{1..1} in type {ValuationBreakdownStatementType} - New restriction by enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -In type {VolumeUnitMeasureType} modifying attribute: - old: @unitCode{VolumeUnitMeasureUnitCodeContentType}{0..1} in type {VolumeUnitMeasureType} - new: @unitCode{MeasurementUnitCommonCodeVolumeContentType}{0..1} in type {VolumeUnitMeasureType} - New restriction by enumeration from [] to [CMQ, FTQ, LTR, MMQ, MTQ] -In type {VolumeUnitMeasureType} removed @unitCodeListVersionID {token}{0..1} -In type {WeightUnitMeasureType} modifying attribute: - old: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType} - new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} - New restriction by enumeration from [] to [KGM, TNE] + Changed fixed default from 6 to null +In type {TransportMovementStageCodeType} modifying attribute: + old: @listID{token}{0..1} in type {TransportMovementStageCodeType} + new: @listID{token}{0..1} in type {TransportMovementStageCodeType} + Changed fixed default from 8051 to null In type {WeightUnitMeasureType} modifying attribute: old: @unitCode{token}{0..1} in type {MeasureType} - new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} + new: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType} Changed minLength from null to 1 Changed maxLength from null to 3 - New restriction by enumeration from [] to [KGM, TNE] -In type {WeightUnitMeasureType} removed @unitCodeListVersionID {token}{0..1} In type {WorkItemQuantityAnalysisType} removed {CodeType}{0..1} diff --git a/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt b/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt index 7533044..5bb6653 100644 --- a/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt +++ b/src/test/resources/references/report_CrossIndustryInvoice_100pD16B_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt @@ -1,2361 +1,1102 @@ /CrossIndustryInvoice/ExchangedDocument/AttachedSpecifiedBinaryFile added {SpecifiedBinaryFileType}{0..*} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/CreationDateTime added {FormattedDateTimeType}{0..1} in type {ExchangedDocumentType} -/CrossIndustryInvoice/ExchangedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ExchangedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/ExchangedDocument/FirstVersionIssueDateTime added {DateTimeType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/ID modifying element: old: {IDType}{1..1} in type {ExchangedDocumentType}new: {IDType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/ExchangedDocument/PurposeCode modifying element: old: {MessageFunctionCodeType}{0..1} in type {ExchangedDocumentType}new: {MessageFunctionCodeType}{0..1} in type {ExchangedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listAgencyID modifying attribute: old: @listAgencyID{MessageFunctionCodeListAgencyIDContentType}{0..1} in type {MessageFunctionCodeType}new: @listAgencyID{MessageFunctionCodeListAgencyIDContentType}{0..1} in type {MessageFunctionCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listID removed @listID {token}{0..1} in type {MessageFunctionCodeType} -/CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listURI removed @listURI {anyURI}{0..1} in type {MessageFunctionCodeType} -/CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listVersionID removed @listVersionID {token}{0..1} in type {MessageFunctionCodeType} +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listAgencyID modifying attribute: old: @listAgencyID{MessageFunctionCodeListAgencyIDContentType}{0..1} in type {MessageFunctionCodeType}new: @listAgencyID{MessageFunctionCodeListAgencyIDContentType}{0..1} in type {MessageFunctionCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/PurposeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {MessageFunctionCodeType}new: @listID{token}{0..1} in type {MessageFunctionCodeType} changed fixed default from 1225_MessageFunctionTypeCode to null /CrossIndustryInvoice/ExchangedDocument/ReferenceReferencedDocument added {ReferencedDocumentType}{0..*} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/RequestedResponseTypeCode added {CodeType}{0..*} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SignatoryDocumentAuthentication added {DocumentAuthenticationType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SubtypeCode added {CodeType}{0..1} in type {ExchangedDocumentType} -/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/ExchangedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/ExchangedDocumentContext/UserSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryDiscontinuationCode added {CodeType}{0..1} in type {TradeDeliveryTermsType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode modifying element: old: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType}new: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType}changed enumeration from [] to [1, 2, CFR, CIF, CIP, CPT, DAP, DDP, DPU, EXW, FAS, FCA, FOB] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType}new: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listID removed @listID {token}{0..1} in type {DeliveryTermsCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DeliveryTermsCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType}new: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DeliveryTermsCodeType}new: @listID{token}{0..1} in type {DeliveryTermsCodeType} changed fixed default from 4053 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/FunctionCode added {DeliveryTermsFunctionCodeType}{0..1} in type {TradeDeliveryTermsType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/PartialDeliveryAllowedIndicator added {IndicatorType}{0..1} in type {TradeDeliveryTermsType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/OrderResponseReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PriceListReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PricingBaseApplicableLogisticsLocation added {LogisticsLocationType}{0..1} in type {HeaderTradeAgreementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/PurchaseConditionsReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerAssignedAccountantTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SupplyInstructionReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -2363,24 +1104,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDeliverySupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -2388,24 +1122,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualDespatchSupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -2413,24 +1140,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualPickUpSupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -2438,569 +1158,267 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ActualReceiptSupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/AdditionalReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PackingListReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -3008,1140 +1426,542 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/PreviousDeliverySupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ApplicableCrossBorderCustomsValuation added {CrossBorderCustomsValuationType}{0..*} in type {SupplyChainConsignmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ApplicableCrossBorderRegulatoryProcedure added {CrossBorderRegulatoryProcedureType}{0..*} in type {SupplyChainConsignmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ApplicableTransportCargoInsurance added {TransportCargoInsuranceType}{0..1} in type {SupplyChainConsignmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ChargeableWeightMeasure added {WeightUnitMeasureType}{0..1} in type {SupplyChainConsignmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GrossVolumeMeasure/@unitCode modifying attribute: old: @unitCode{VolumeUnitMeasureUnitCodeContentType}{0..1} in type {VolumeUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeVolumeContentType}{0..1} in type {VolumeUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeVolume:4 changed type from VolumeUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeVolumeContentTypechanged enumeration from [] to [CMQ, FTQ, LTR, MMQ, MTQ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GrossVolumeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {VolumeUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GrossWeightMeasure/@unitCode modifying attribute: old: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from WeightUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeWeightContentTypechanged enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GrossWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {WeightUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/ID added {IDType}{0..1} in type {SupplyChainConsignmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/ApplicableNote added {NoteType}{0..*} in type {SupplyChainConsignmentItemType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/ApplicableTransportDangerousGoods added {TransportDangerousGoodsType}{0..*} in type {SupplyChainConsignmentItemType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/GlobalID added {IDType}{0..*} in type {SupplyChainConsignmentItemType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/GrossWeightMeasure/@unitCode modifying attribute: old: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from WeightUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeWeightContentTypechanged enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/GrossWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {WeightUnitMeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/Identification modifying element: old: {TextType}{0..1} in type {TransportCargoType}new: {TextType}{0..*} in type {TransportCargoType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode modifying element: old: {CargoOperationalCategoryCodeType}{0..1} in type {TransportCargoType}new: {CargoOperationalCategoryCodeType}{0..1} in type {TransportCargoType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType}new: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listID removed @listID {token}{0..1} in type {CargoOperationalCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {CargoOperationalCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@name removed @name {string}{0..1} in type {CargoOperationalCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode modifying element: old: {CargoCommodityCategoryCodeType}{0..1} in type {TransportCargoType}new: {CargoCommodityCategoryCodeType}{0..1} in type {TransportCargoType}changed enumeration from [] to [ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listID removed @listID {token}{0..1} in type {CargoCommodityCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listVersionID removed @listVersionID {token}{0..1} in type {CargoCommodityCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@name removed @name {string}{0..1} in type {CargoCommodityCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode modifying element: old: {CargoCategoryCodeType}{0..1} in type {TransportCargoType}new: {CargoCategoryCodeType}{0..1} in type {TransportCargoType}changed enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 9] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType}new: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listID removed @listID {token}{0..1} in type {CargoCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CargoCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@name removed @name {string}{0..1} in type {CargoCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType}new: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CargoOperationalCategoryCodeType}new: @listID{token}{0..1} in type {CargoOperationalCategoryCodeType} changed fixed default from 7085b to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CargoCommodityCategoryCodeType}new: @listAgencyID{token}{0..1} in type {CargoCommodityCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CargoCommodityCategoryCodeType}new: @listID{token}{0..1} in type {CargoCommodityCategoryCodeType} changed fixed default from 7357 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType}new: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CargoCategoryCodeType}new: @listID{token}{0..1} in type {CargoCategoryCodeType} changed fixed default from Recommendation 21-Annex I to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure modifying element: old: {MeasureType}{0..1} in type {SupplyChainConsignmentItemType}new: {WeightUnitMeasureType}{0..1} in type {SupplyChainConsignmentItemType} changed type from MeasureType to WeightUnitMeasureType -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure/@unitCode modifying attribute: old: @unitCode{token}{0..1} in type {MeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from token to MeasurementUnitCommonCodeWeightContentType changed maxLength from null to 3 changed minLength from null to 1changed enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure/@unitCode modifying attribute: old: @unitCode{token}{0..1} in type {MeasureType}new: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to WeightUnitMeasureUnitCodeContentType changed maxLength from null to 3 changed minLength from null to 1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/PreviousAdministrativeReferencedDocument added {ReferencedDocumentType}{0..*} in type {SupplyChainConsignmentItemType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode modifying element: old: {GoodsTypeCodeType}{0..1} in type {SupplyChainConsignmentItemType}new: {GoodsTypeCodeType}{0..1} in type {SupplyChainConsignmentItemType}changed enumeration from [] to [ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listID removed @listID {token}{0..1} in type {GoodsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {GoodsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@name removed @name {string}{0..1} in type {GoodsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode modifying element: old: {GoodsTypeExtensionCodeType}{0..1} in type {SupplyChainConsignmentItemType}new: {GoodsTypeExtensionCodeType}{0..1} in type {SupplyChainConsignmentItemType}changed enumeration from [] to [ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listID removed @listID {token}{0..1} in type {GoodsTypeExtensionCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listVersionID removed @listVersionID {token}{0..1} in type {GoodsTypeExtensionCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@name removed @name {string}{0..1} in type {GoodsTypeExtensionCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {GoodsTypeCodeType}new: @listAgencyID{token}{0..1} in type {GoodsTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {GoodsTypeCodeType}new: @listID{token}{0..1} in type {GoodsTypeCodeType} changed fixed default from TDED 7357 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {GoodsTypeExtensionCodeType}new: @listAgencyID{token}{0..1} in type {GoodsTypeExtensionCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listID modifying attribute: old: @listID{token}{0..1} in type {GoodsTypeExtensionCodeType}new: @listID{token}{0..1} in type {GoodsTypeExtensionCodeType} changed fixed default from TDED 7361 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/NetVolumeMeasure added {VolumeUnitMeasureType}{0..*} in type {SupplyChainConsignmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure modifying element: old: {MeasureType}{0..*} in type {SupplyChainConsignmentType}new: {WeightUnitMeasureType}{0..*} in type {SupplyChainConsignmentType} changed type from MeasureType to WeightUnitMeasureType -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure/@unitCode modifying attribute: old: @unitCode{token}{0..1} in type {MeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from token to MeasurementUnitCommonCodeWeightContentType changed maxLength from null to 3 changed minLength from null to 1changed enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure/@unitCode modifying attribute: old: @unitCode{token}{0..1} in type {MeasureType}new: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to WeightUnitMeasureUnitCodeContentType changed maxLength from null to 3 changed minLength from null to 1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/Cycle added {TextType}{0..1} in type {LogisticsTransportMovementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ID added {IDType}{0..1} in type {LogisticsTransportMovementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode modifying element: old: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType}new: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType}changed enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType}new: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listID removed @listID {token}{0..1} in type {TransportModeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TransportModeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@name removed @name {string}{0..1} in type {TransportModeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType}new: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TransportModeCodeType}new: @listID{token}{0..1} in type {TransportModeCodeType} changed fixed default from Recommendation 19 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/Service added {TextType}{0..1} in type {LogisticsTransportMovementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ServiceCode added {CodeType}{0..1} in type {LogisticsTransportMovementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode modifying element: old: {TransportMovementStageCodeType}{0..1} in type {LogisticsTransportMovementType}new: {TransportMovementStageCodeType}{0..1} in type {LogisticsTransportMovementType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType}new: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listID removed @listID {token}{0..1} in type {TransportMovementStageCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listVersionID removed @listVersionID {token}{0..1} in type {TransportMovementStageCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@name removed @name {string}{0..1} in type {TransportMovementStageCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType}new: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TransportMovementStageCodeType}new: @listID{token}{0..1} in type {TransportMovementStageCodeType} changed fixed default from 8051 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StatusCode added {StatusCodeType}{0..1} in type {LogisticsTransportMovementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/Type added {TextType}{0..1} in type {LogisticsTransportMovementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode modifying element: old: {TransportMeansTypeCodeType}{0..1} in type {LogisticsTransportMeansType}new: {TransportMeansTypeCodeType}{0..1} in type {LogisticsTransportMeansType}changed enumeration from [] to [1501, 1502, 1503, 1504, 1505, 1506, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1521, 1522, 1523, 1524, 1525, 1531, 1532, 1533, 1534, 1541, 1542, 1543, 1551, 1552, 1553, 1591, 1592, 1593, 1594, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1711, 1712, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1751, 1752, 1753, 1761, 1762, 1763, 1764, 1765, 1766, 1781, 1782, 2201, 2202, 2203, 2301, 2302, 2303, 2304, 2305, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3201, 3301, 3302, 3303, 3304, 4000, 5000, 8021, 8022, 8023, 8161, 8162, 8163, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8451, 8452, 8453, 8454] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType}new: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listID removed @listID {token}{0..1} in type {TransportMeansTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TransportMeansTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@name removed @name {string}{0..1} in type {TransportMeansTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType}new: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TransportMeansTypeCodeType}new: @listID{token}{0..1} in type {TransportMeansTypeCodeType} changed fixed default from Recommendation 28 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransitLogisticsLocation added {LogisticsLocationType}{0..*} in type {SupplyChainConsignmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal added {LogisticsSealType}{0..*} in type {LogisticsTransportEquipmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/ApplicableNote added {NoteType}{0..*} in type {LogisticsTransportEquipmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CarrierAssignedBookingID added {IDType}{0..*} in type {LogisticsTransportEquipmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode modifying element: old: {TransportEquipmentCategoryCodeType}{0..1} in type {LogisticsTransportEquipmentType}new: {TransportEquipmentCategoryCodeType}{0..1} in type {LogisticsTransportEquipmentType}changed enumeration from [] to [AA, AB, AD, AE, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AT, BB, BL, BPN, BPO, BPP, BPQ, BPR, BPS, BPT, BPU, BPV, BPW, BPX, BPY, BPZ, BR, BX, CH, CN, DPA, DPB, DPC, DPD, DPE, DPF, DPG, DPH, DPI, DPJ, DPK, DPL, DPM, DPN, DPO, EFP, EFQ, EFR, EFS, EFT, EFU, EFV, EFW, EFX, EFY, EFZ, EGA, EGB, EGC, EGD, EGE, EGF, EGG, EGH, EGI, EYP, FPN, FPR, IL, LAR, LU, MPA, PA, PBP, PFP, PL, PPA, PST, RF, RG, RGF, RO, RR, SPP, STR, SW, TE, TP, TS, TSU, UL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType}new: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listID removed @listID {token}{0..1} in type {TransportEquipmentCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TransportEquipmentCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@name removed @name {string}{0..1} in type {TransportEquipmentCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType}new: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TransportEquipmentCategoryCodeType}new: @listID{token}{0..1} in type {TransportEquipmentCategoryCodeType} changed fixed default from 8053 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/Characteristic added {TextType}{0..1} in type {LogisticsTransportEquipmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode modifying element: old: {TransportEquipmentSizeTypeCodeType}{0..1} in type {LogisticsTransportEquipmentType}new: {CodeType}{0..1} in type {LogisticsTransportEquipmentType} changed type from TransportEquipmentSizeTypeCodeType to CodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -4151,1878 +1971,862 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode/@listName added @listName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode/@listSchemeURI added @listSchemeURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode/@listURI added @listURI {anyURI}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LoadingLengthMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LoadingLengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/ReturnableIndicator added {IndicatorType}{0..1} in type {LogisticsTransportEquipmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/SealedIndicator added {IndicatorType}{0..1} in type {LogisticsTransportEquipmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode modifying element: old: {TransportEquipmentFullnessCodeType}{0..1} in type {LogisticsTransportEquipmentType}new: {TransportEquipmentFullnessCodeType}{0..1} in type {LogisticsTransportEquipmentType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType}new: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listID removed @listID {token}{0..1} in type {TransportEquipmentFullnessCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listVersionID removed @listVersionID {token}{0..1} in type {TransportEquipmentFullnessCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@name removed @name {string}{0..1} in type {TransportEquipmentFullnessCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType}new: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TransportEquipmentFullnessCodeType}new: @listID{token}{0..1} in type {TransportEquipmentFullnessCodeType} changed fixed default from 8169 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/ConversionRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceUnitBasisNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetUnitBaseNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument modifying element: old: {ReferencedDocumentType}{0..1} in type {HeaderTradeSettlementType}new: {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/LetterOfCreditReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/ConversionRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceUnitBasisNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetUnitBaseNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PaymentCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/FormattedReceivedDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ProFormaInvoiceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/InvoiceSpecifiedReferencedDocument added {ReferencedDocumentType}{0..*} in type {AdvancePaymentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/DirectionCode added {AccountingDebitCreditStatusCodeType}{0..1} in type {FinancialAdjustmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedFinancialAdjustment/RelatedTradeTax added {TradeTaxType}{0..*} in type {FinancialAdjustmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -6032,19 +2836,14 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -6052,133 +2851,61 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode modifying element: old: {LogisticsChargeCalculationBasisCodeType}{0..1} in type {LogisticsServiceChargeType}new: {LogisticsChargeCalculationBasisCodeType}{0..1} in type {LogisticsServiceChargeType}changed enumeration from [] to [ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listID removed @listID {token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listVersionID removed @listVersionID {token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@name removed @name {string}{0..1} in type {LogisticsChargeCalculationBasisCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/ID modifying element: old: {FreightChargeTypeIDType}{0..1} in type {LogisticsServiceChargeType}new: {FreightChargeTypeIDType}{0..1} in type {LogisticsServiceChargeType}changed enumeration from [] to [100000, 100999, 101000, 101002, 101003, 101004, 101005, 101006, 101007, 101008, 101009, 101010, 101011, 101012, 101013, 101014, 101015, 101016, 101017, 101018, 101019, 101020, 101021, 101021, 101021, 101021, 101021, 101021, 101021, 101021, 101022, 101024, 101027, 101028, 101029, 101031, 101033, 101034, 101035, 101036, 101037, 101038, 101039, 101040, 101041, 101042, 101043, 101044, 101045, 101046, 101047, 101048, 101049, 101050, 101051, 101052, 101053, 101054, 101056, 101057, 101058, 101059, 101060, 101061, 102000, 102002, 102003, 102004, 102005, 102006, 102011, 102012, 102013, 102014, 102015, 102016, 102017, 102018, 102019, 102020, 102021, 102022, 102023, 102024, 102025, 102026, 102027, 102028, 102029, 102030, 102041, 102042, 102043, 102043, 102044, 102045, 102046, 102047, 102049, 102050, 102051, 102052, 102070, 102071, 102072, 102073, 102074, 102075, 102076, 102077, 102078, 102079, 102080, 102081, 102082, 102083, 102084, 102085, 102086, 102087, 102088, 103000, 103001, 103002, 103003, 103004, 103005, 103006, 103007, 103008, 103009, 103010, 103011, 103012, 103013, 103015, 103016, 103017, 103018, 103019, 104000, 104002, 104003, 104004, 104004, 104005, 104006, 104007, 104008, 104009, 104010, 104011, 104012, 104013, 104014, 104015, 104016, 104024, 104024, 104024, 104025, 104027, 104028, 104029, 104030, 104031, 104032, 104036, 104037, 104038, 104039, 104041, 104042, 104043, 104044, 104045, 104046, 104052, 104052, 104052, 104052, 104055, 104056, 104059, 104060, 104063, 104064, 104068, 104069, 104070, 104071, 104072, 104073, 104074, 104075, 104076, 104077, 104078, 104079, 104080, 104081, 104082, 104083, 104084, 104085, 104102, 104102, 104104, 104106, 104107, 104108, 104109, 104110, 104111, 104112, 104113, 104114, 104115, 104116, 104118, 104119, 104120, 104121, 104124, 104125, 104125, 104125, 104125, 104127, 104129, 104130, 104131, 104132, 104134, 104135, 104135, 104135, 104135, 104136, 104137, 104137, 104137, 104138, 104138, 104139, 104139, 104139, 104139, 104140, 104141, 104142, 104144, 104144, 104144, 104145, 104146, 104148, 104149, 104150, 104151, 104152, 104153, 104154, 104155, 104156, 104157, 104158, 104159, 104159, 104160, 104161, 104162, 104163, 104164, 104165, 104166, 104167, 104168, 104169, 104170, 104172, 104173, 104175, 104176, 104177, 104178, 104179, 104180, 104181, 104182, 104183, 104185, 104186, 104188, 104189, 104190, 104191, 104192, 104193, 104194, 104195, 104196, 104197, 104198, 104199, 104200, 104201, 104202, 104203, 104204, 104205, 104206, 104207, 104208, 104209, 104210, 104211, 104212, 104213, 105000, 105001, 105002, 105003, 105004, 105005, 105006, 105007, 105009, 105010, 105012, 105013, 105014, 105015, 105016, 105017, 105018, 105020, 106000, 106001, 106002, 106003, 106004, 106005, 106006, 106007, 106008, 106009, 106010, 106011, 106012, 106013, 106014, 106015, 106016, 106018, 107000, 107001, 107001, 107002, 108000, 108001, 108002, 108003, 108004, 108005, 108006, 109000, 109001, 110000, 110001, 110002, 110003, 110004, 110005, 110006, 110007, 110008, 110009, 110010, 110011, 200000, 200999, 202000, 202001, 202002, 202003, 202004, 202005, 202006, 202007, 202008, 202009, 202010, 202011, 202012, 202013, 203000, 203001, 203002, 203003, 203004, 203005, 203006, 203007, 203008, 203009, 203010, 203011, 203012, 203013, 203014, 203015, 203016, 203017, 203018, 203019, 203020, 203021, 203022, 203023, 203024, 203025, 203026, 203027, 203028, 203029, 203030, 203031, 203032, 203033, 203034, 203035, 203036, 203037, 203038, 203039, 203040, 203041, 203042, 203043, 203044, 203045, 203046, 203047, 203048, 203049, 203050, 203051, 203052, 203053, 203054, 203055, 203056, 203057, 203058, 203059, 203060, 203061, 203062, 203063, 203064, 203065, 203066, 203067, 203068, 203069, 203070, 203071, 203072, 203073, 203074, 203075, 203076, 203077, 203078, 203079, 203080, 203081, 203082, 203083, 203084, 203085, 203086, 203087, 203088, 203089, 203090, 203091, 203092, 203093, 203094, 203095, 203096, 203097, 203098, 203099, 203100, 203102, 203104, 203105, 203106, 203107, 203108, 203109, 203110, 203111, 203112, 203113, 203114, 203115, 203116, 203117, 203118, 203119, 203120, 203121, 203122, 203123, 203124, 203125, 203126, 203127, 203130, 203130, 203131, 203133, 203134, 203134, 203134, 203135, 203136, 203137, 203138, 203139, 203140, 203141, 203142, 203143, 203144, 203145, 203146, 203147, 203148, 203149, 203150, 203151, 203152, 203153, 203154, 203155, 203156, 203157, 203158, 203159, 203160, 203161, 203162, 203163, 203164, 203165, 203166, 203167, 203168, 203169, 203170, 203171, 203172, 203173, 203174, 203175, 203176, 203177, 203178, 203179, 203180, 203181, 203182, 203183, 203184, 203185, 203186, 203187, 203188, 203189, 203190, 203191, 203192, 203193, 203194, 203195, 203196, 203197, 203198, 203199, 203200, 203201, 203202, 203203, 203204, 203205, 204000, 204001, 204002, 204003, 204004, 204005, 204006, 204007, 204008, 204009, 204010, 204011, 204012, 204013, 204014, 204015, 204016, 204017, 204018, 204019, 204020, 204021, 204022, 204023, 204024, 204025, 204026, 204027, 204028, 204029, 204030, 204031, 204032, 204033, 204034, 204035, 204036, 204037, 204038, 204039, 204040, 204041, 204042, 204043, 204044, 204045, 204046, 204047, 204048, 204049, 204050, 204051, 204052, 204053, 204054, 204055, 204056, 204057, 204058, 204059, 204060, 204061, 204062, 204063, 204064, 204065, 204066, 204067, 204068, 204069, 204070, 204071, 204072, 204073, 204074, 204075, 204076, 204077, 204078, 204079, 204080, 204081, 204082, 204083, 204084, 204085, 204086, 204087, 204088, 204089, 204090, 204091, 204092, 204093, 204094, 204095, 204096, 204097, 204098, 204099, 204100, 204101, 204102, 204103, 204104, 204105, 204106, 204107, 204108, 204109, 204110, 204111, 204112, 204113, 204114, 204115, 204116, 204117, 204118, 204119, 204120, 204121, 204122, 204123, 204124, 204125, 204126, 204127, 204128, 204129, 204130, 204131, 204132, 204133, 204134, 204135, 204136, 204137, 204138, 204139, 204140, 204141, 204142, 204143, 204144, 204145, 204146, 204148, 204150, 204151, 204152, 204153, 204154, 204155, 204156, 204157, 204158, 204159, 204160, 204161, 204162, 204163, 204164, 204165, 204166, 204167, 204168, 204169, 204170, 204171, 204172, 204173, 204175, 204176, 204177, 204178, 204179, 204180, 204181, 204182, 204183, 204184, 204185, 204186, 204187, 204188, 204189, 204190, 204191, 204192, 204193, 204194, 204195, 204196, 204197, 204198, 204199, 204200, 204201, 204202, 204203, 204204, 204205, 204206, 204207, 204208, 204209, 204210, 204211, 204212, 204213, 204214, 204215, 204216, 204217, 204218, 204219, 205000, 205001, 205002, 205003, 205004, 205005, 205006, 205007, 205008, 205009, 205010, 205011, 205012, 205013, 205014, 205015, 205016, 205017, 205018, 205019, 205020, 205021, 205022, 205023, 205025, 205027, 205028, 205029, 205030, 205031, 205032, 205033, 205034, 205035, 205036, 205037, 205038, 205039, 205040, 205041, 205042, 205043, 205044, 205045, 205046, 205047, 205048, 205049, 205050, 205051, 205052, 205053, 205054, 205055, 205056, 205057, 205058, 205059, 205060, 205061, 205062, 206000, 206001, 206002, 206003, 206004, 206005, 206006, 206007, 206008, 206009, 206010, 206011, 206012, 206013, 206014, 206015, 206016, 206017, 206018, 206019, 206020, 206021, 206023, 206025, 206026, 206027, 206028, 206029, 206030, 206031, 206032, 206033, 206034, 206035, 206036, 206037, 206038, 206039, 206040, 206041, 206042, 206043, 206044, 206045, 206046, 206047, 206048, 206049, 206050, 206051, 206052, 206053, 206054, 206055, 206056, 206057, 206058, 206059, 206060, 206061, 206062, 206063, 206064, 206065, 206066, 207000, 207001, 207002, 207003, 207004, 207005, 207006, 207007, 207008, 207009, 207010, 207011, 207012, 207013, 207014, 207015, 207016, 207017, 207018, 207019, 207020, 207022, 207023, 207024, 207025, 207026, 207027, 207028, 207029, 207030, 207032, 207033, 207034, 207035, 207036, 207037, 207038, 207039, 207040, 207041, 207042, 207043, 207044, 207045, 207046, 207047, 207048, 207049, 207050, 207051, 207052, 207053, 207054, 207055, 207056, 207057, 207058, 207059, 207060, 207061, 207062, 208000, 208001, 208002, 208003, 208004, 208005, 208006, 208007, 208008, 208009, 208010, 208011, 208012, 208013, 208014, 208015, 208016, 208017, 208018, 208019, 208020, 208021, 208022, 208023, 208024, 208025, 208026, 208027, 208028, 208030, 208030, 208030, 208030, 208031, 208032, 208034, 208035, 208036, 208037, 208038, 208039, 208040, 208041, 208042, 208043, 208044, 208045, 208046, 208047, 208048, 208049, 208050, 208051, 209000, 209001, 209002, 209003, 209004, 209005, 209006, 209007, 209008, 209009, 209010, 209011, 209012, 209013, 209014, 209015, 209032, 209033, 209034, 209058, 209060, 209061, 209062, 209063, 209064, 209065, 209066, 209067, 209068, 209069, 209070, 209071, 209072, 209073, 209074, 210000, 210001, 210002, 210003, 210004, 210005, 210006, 210007, 210008, 210009, 210010, 210011, 210012, 210013, 210014, 210015, 210016, 210017, 210018, 210019, 210020, 210021, 210022, 210023, 210024, 210025, 210026, 210027, 210028, 210029, 210030, 210031, 210032, 210033, 210034, 210035, 210036, 210037, 210038, 210039, 210040, 210041, 210041, 210041, 210041, 210041, 210042, 210043, 210044, 210045, 210046, 210047, 210048, 210049, 210050, 210051, 210052, 210053, 210054, 210055, 210056, 210057, 210058, 210059, 210060, 210061, 210062, 211000, 211001, 211002, 211003, 211004, 211005, 211006, 211007, 211008, 211009, 211010, 211011, 211012, 211013, 211014, 211015, 211016, 211017, 211018, 211019, 211020, 211021, 211022, 211023, 211024, 211025, 211026, 211027, 211028, 211029, 211030, 211031, 211032, 211033, 211034, 211035, 211036, 211037, 211038, 211039, 211040, 211041, 211042, 211043, 211044, 212000, 212001, 212002, 212003, 212004, 213000, 213001, 213002, 213003, 213004, 213005, 214000, 214001, 214002, 214003, 214004, 214004, 214004, 215000, 215001, 215002, 215002, 215004, 215005, 215005, 215005, 215005, 215006, 215007, 215008, 215009, 215010, 215011, 216000, 216001, 216002, 216003, 216004, 216005, 216006, 216007, 216008, 216009, 216010, 216011, 216012, 216013, 216014, 216015, 216016, 216016, 216016, 216016, 216017, 216019, 216020, 216021, 216022, 216023, 216024, 216025, 216026, 216027, 216028, 216029, 216030, 216031, 216031, 216031, 216032, 216033, 216034, 216035, 216036, 216037, 216038, 216039, 216040, 216041, 216042, 216044, 216045, 216046, 216047, 216048, 216049, 216050, 216051, 216052, 216053, 216054, 216055, 216056, 216057, 216058, 216059, 216060, 216061, 216062, 216063, 216064, 216065, 216066, 216067, 216068, 216069, 216070, 216071, 216072, 216073, 216074, 216075, 216076, 216077, 216078, 216079, 216080, 216081, 216082, 216083, 216084, 216085, 216086, 216087, 216088, 216089, 216090, 216091, 216092, 216093, 216094, 300000, 300999, 301000, 301001, 301001, 301001, 301002, 301002, 301002, 301002, 301003, 301004, 301005, 301006, 301007, 301008, 301009, 301010, 301011, 301011, 301011, 301011, 301012, 301013, 301013, 301014, 301015, 301016, 301017, 301018, 301019, 301020, 301021, 301022, 301023, 301024, 301025, 301026, 301027, 301028, 301029, 301030, 301031, 301031, 301032, 301033, 301034, 301035, 301036, 301037, 301038, 301039, 301040, 301041, 301042, 301043, 301044, 301045, 301046, 301047, 301048, 301048, 301048, 301048, 301048, 301048, 301048, 301049, 301050, 301051, 301052, 301053, 301054, 301055, 301056, 301057, 301058, 301059, 301060, 301061, 301062, 301063, 301064, 301065, 301066, 301067, 301068, 301069, 301070, 301072, 301073, 301074, 301075, 301076, 301077, 301078, 302000, 302001, 302002, 302003, 302004, 302004, 302004, 302004, 302004, 302005, 302006, 302007, 302008, 302009, 302010, 302011, 302012, 302013, 302014, 302016, 302017, 302018, 400000, 400999, 401000, 401001, 401003, 401004, 401005, 401006, 401009, 401015, 401015, 401016, 401017, 401018, 402000, 402001, 402002, 402003, 402004, 402005, 402006, 402007, 500000, 500999, 501000, 501001, 501002, 501003, 501004, 501005, 501005, 501005, 501005, 501006, 501006, 501006, 501006, 501007, 501007, 501008, 501009, 501009, 501009, 501009, 502000, 502001, 502002, 502002, 502002, 502003, 502004, 502005, 502006, 600000, 600018, 600926, 600999, 601000, 601001, 601002, 601003, 601003, 601003, 601003, 601004, 601005, 601006, 601007, 601008, 602000, 602001, 602002, 602003, 603000, 603001, 603002, 603003, 603004, 603005, 603006, 603007, 603008, 603009, 603010, 604000, 604001, 604001, 604001, 604002, 605000, 606000, 606003, 606003, 606004, 606005, 606006, 606007, 606008, 606009, 607000, 607001, 607001, 607001, 608000, 608001, 608001, 608001, 608001, 608002, 608003, 608003, 608003, 608003, 608003, 609000, 609001, 609002, 609003, 609004, 609005, 609006, 609007, 609008, 609008, 609008, 609008, 609008, 609009, 609010, 609011, 609012, 609013, 609015, 609016, 609017, 609018, 609019, 609020, 609022, 609023, 609024, 609025, 609026, 609027, 609028, 609029, 609030, 609031, 609031, 609032, 609032, 609033, 609034, 609035, 609036, 609037, 609038, 609039, 609040, 609041, 609041, 609042, 609043, 609043, 609044, 609045, 609046, 609047, 609049, 609050, 609051, 609052, 609053, 609054, 609055, 609056, 609056, 609056, 609057, 609058, 609059, 609060, 609061, 609062, 609063, 609064, 609065, 609067, 609068, 609069, 609070, 609071, 609072, 609073, 609074, 609075, 609077, 609078, 609079, 609080, 609081, 609082, 609083, 609084, 609085, 609087, 609088, 609089, 609090, 609091, 609092, 609093, 609094, 609095, 609096, 609097, 609098, 609099, 609100, 609101, 609102, 609103, 609104, 609105, 609106, 609107, 609111, 609112, 609113, 609115, 609116, 609117, 609118, 609119, 609120, 609122, 609123, 609124, 609125, 609126, 609128, 609129, 609130, 609131, 609132, 609133, 609134, 609135, 609136, 609137, 609138, 609139, 609140, 609141, 609142, 609143, 609144, 609145] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{FreightChargeTypeIDSchemeAgencyIDContentType}{0..1} in type {FreightChargeTypeIDType}new: @schemeAgencyID{FreightChargeTypeIDSchemeAgencyIDContentType}{0..1} in type {FreightChargeTypeIDType}changed enumeration from [] to [6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeID removed @schemeID {token}{0..1} in type {FreightChargeTypeIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {FreightChargeTypeIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode modifying element: old: {ChargePayingPartyRoleCodeType}{0..1} in type {LogisticsServiceChargeType}new: {ChargePayingPartyRoleCodeType}{0..1} in type {LogisticsServiceChargeType}changed enumeration from [] to [AB, AE, AF, AH, AQ, AR, AT, AU, CA, CG, CN, CPD, CX, CZ, DGB, EX, FW, GS, IM, IV, PE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listAgencyID modifying attribute: old: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType}new: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listID removed @listID {token}{0..1} in type {ChargePayingPartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {ChargePayingPartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@name removed @name {string}{0..1} in type {ChargePayingPartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode modifying element: old: {CodeType}{0..1} in type {LogisticsServiceChargeType}new: {TransportServicePaymentArrangementCodeType}{0..1} in type {LogisticsServiceChargeType} changed type from CodeType to TransportServicePaymentArrangementCodeTypechanged enumeration from [] to [A, B, C, P] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType}new: @listAgencyID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listID modifying attribute: old: @listID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType}new: @listID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} changed fixed default from TDED 6131 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listAgencyID modifying attribute: old: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType}new: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ChargePayingPartyRoleCodeType}new: @listID{token}{0..1} in type {ChargePayingPartyRoleCodeType} changed fixed default from 3035_Charge Paying to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode modifying element: old: {CodeType}{0..1} in type {LogisticsServiceChargeType}new: {TransportServicePaymentArrangementCodeType}{0..1} in type {LogisticsServiceChargeType} changed type from CodeType to TransportServicePaymentArrangementCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{TransportServicePaymentArrangementCodeListAgencyIDContentType}{0..1} in type {TransportServicePaymentArrangementCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to TransportServicePaymentArrangementCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{TransportServicePaymentArrangementCodeListAgencyIDContentType}{0..1} in type {TransportServicePaymentArrangementCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to TransportServicePaymentArrangementCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -6188,19 +2915,14 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@name removed @name {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -6208,1058 +2930,482 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode modifying element: old: {FreightChargeTariffClassCodeType}{0..1} in type {LogisticsServiceChargeType}new: {FreightChargeTariffClassCodeType}{0..1} in type {LogisticsServiceChargeType}changed enumeration from [] to [A, B, C, D, E, F, G, H, K, M, N, Q, R, S] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listAgencyID modifying attribute: old: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType}new: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listID removed @listID {token}{0..1} in type {FreightChargeTariffClassCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listVersionID removed @listVersionID {token}{0..1} in type {FreightChargeTariffClassCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@name removed @name {string}{0..1} in type {FreightChargeTariffClassCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listAgencyID modifying attribute: old: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType}new: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listID modifying attribute: old: @listID{token}{0..1} in type {FreightChargeTariffClassCodeType}new: @listID{token}{0..1} in type {FreightChargeTariffClassCodeType} changed fixed default from 5243 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode modifying element: old: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, 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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/BasisPeriodMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/BasisPeriodMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType}new: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 4465_AllowanceChargeReasonCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 5189_AllowanceChargeID to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/BillStartDateTime added {DateTimeType}{0..1} in type {TradePaymentTermsType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/DueDateTime added {FormattedDateTimeType}{0..1} in type {TradePaymentTermsType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode modifying element: old: {PaymentTermsEventTimeReferenceCodeType}{0..1} in type {TradePaymentTermsType}new: {PaymentTermsEventTimeReferenceCodeType}{0..1} in type {TradePaymentTermsType}changed enumeration from [] to [5, 24, 29, 45, 71] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType}new: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listID removed @listID {token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listVersionID removed @listVersionID {token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ID modifying element: old: {PaymentTermsIDType}{0..1} in type {TradePaymentTermsType}new: {PaymentTermsIDType}{0..1} in type {TradePaymentTermsType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{PaymentTermsIDSchemeAgencyIDContentType}{0..1} in type {PaymentTermsIDType}new: @schemeAgencyID{PaymentTermsIDSchemeAgencyIDContentType}{0..1} in type {PaymentTermsIDType}changed enumeration from [] to [6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeID removed @schemeID {token}{0..1} in type {PaymentTermsIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {PaymentTermsIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType}new: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType}new: @listID{token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} changed fixed default from 2475_Payment Terms Event to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/SettlementPeriodMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode modifying element: old: {PaymentTermsTypeCodeType}{0..1} in type {TradePaymentTermsType}new: {PaymentTermsTypeCodeType}{0..1} in type {TradePaymentTermsType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType}new: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listID removed @listID {token}{0..1} in type {PaymentTermsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PaymentTermsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@name removed @name {string}{0..1} in type {PaymentTermsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime modifying element: old: {DateTimeType}{0..1} in type {TradeSettlementFinancialCardType}new: {DateOnlyFormattedDateTimeType}{0..1} in type {TradeSettlementFinancialCardType} changed type from DateTimeType to DateOnlyFormattedDateTimeType +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType}new: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PaymentTermsTypeCodeType}new: @listID{token}{0..1} in type {PaymentTermsTypeCodeType} changed fixed default from 4279 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime modifying element: old: {DateTimeType}{0..1} in type {TradeSettlementFinancialCardType}new: {DateOnlyFormattedDateTimeType}{0..1} in type {TradeSettlementFinancialCardType} changed type from DateTimeType to DateOnlyFormattedDateTimeType changed whitespace from null to preserve /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTime removed {dateTime}{0..1} in type {DateTimeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString modifying element: old: {DateTimeType}{0..1} in type {DateTimeType}new: {DateOnlyFormattedDateTimeType}{1..1} in type {DateOnlyFormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100 to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed cardinality from 0..1 to 1..1 changed compositor from CHOICE to SEQUENCE -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString/@format modifying attribute: old: @format{string}{0..1} in type {DateTimeType}new: @format{DateOnlyFormatCodeContentType}{0..1} in type {DateOnlyFormattedDateTimeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:codelist:standard:UNECE:DateOnlyFormatCode:D21B changed type from string to DateOnlyFormatCodeContentTypechanged enumeration from [] to [2, 3, 4, 101, 102, 105, 106, 107, 110, 609] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/VerificationNumeric/@format removed @format {string}{0..1} in type {NumericType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString removed {null}{0..1} in type {DateTimeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementHeaderMonetarySummation/IncludingTaxesLineTotalAmount added {AmountType}{0..*} in type {TradeSettlementHeaderMonetarySummationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementHeaderMonetarySummation/InsuranceChargeTotalAmount added {AmountType}{0..*} in type {TradeSettlementHeaderMonetarySummationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime modifying element: old: {DateTimeType}{0..1} in type {TradeSettlementFinancialCardType}new: {DateOnlyFormattedDateTimeType}{0..1} in type {TradeSettlementFinancialCardType} changed type from DateTimeType to DateOnlyFormattedDateTimeType +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime modifying element: old: {DateTimeType}{0..1} in type {TradeSettlementFinancialCardType}new: {DateOnlyFormattedDateTimeType}{0..1} in type {TradeSettlementFinancialCardType} changed type from DateTimeType to DateOnlyFormattedDateTimeType changed whitespace from null to preserve /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime/DateTime removed {dateTime}{0..1} in type {DateTimeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString modifying element: old: {DateTimeType}{0..1} in type {DateTimeType}new: {DateOnlyFormattedDateTimeType}{1..1} in type {DateOnlyFormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100 to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed cardinality from 0..1 to 1..1 changed compositor from CHOICE to SEQUENCE -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString/@format modifying attribute: old: @format{string}{0..1} in type {DateTimeType}new: @format{DateOnlyFormatCodeContentType}{0..1} in type {DateOnlyFormattedDateTimeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:codelist:standard:UNECE:DateOnlyFormatCode:D21B changed type from string to DateOnlyFormatCodeContentTypechanged enumeration from [] to [2, 3, 4, 101, 102, 105, 106, 107, 110, 609] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/VerificationNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode modifying element: old: {PaymentGuaranteeMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType}new: {PaymentGuaranteeMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType}changed enumeration from [] to [1, 10, 11, 12, 13, 14, 20, 21, 23, 24, 45, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentGuaranteeMeansCodeListAgencyIDContentType}{0..1} in type {PaymentGuaranteeMeansCodeType}new: @listAgencyID{PaymentGuaranteeMeansCodeListAgencyIDContentType}{0..1} in type {PaymentGuaranteeMeansCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode/@listID removed @listID {token}{0..1} in type {PaymentGuaranteeMeansCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode/@listVersionID removed @listVersionID {token}{0..1} in type {PaymentGuaranteeMeansCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/ApplicableTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString removed {null}{0..1} in type {DateTimeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentGuaranteeMeansCodeListAgencyIDContentType}{0..1} in type {PaymentGuaranteeMeansCodeType}new: @listAgencyID{PaymentGuaranteeMeansCodeListAgencyIDContentType}{0..1} in type {PaymentGuaranteeMeansCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/GuaranteeMethodCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PaymentGuaranteeMeansCodeType}new: @listID{token}{0..1} in type {PaymentGuaranteeMeansCodeType} changed fixed default from 4431 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayeePartyCreditorFinancialAccount modifying element: old: {CreditorFinancialAccountType}{0..1} in type {TradeSettlementPaymentMeansType}new: {CreditorFinancialAccountType}{0..*} in type {TradeSettlementPaymentMeansType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode modifying element: old: {PaymentMeansChannelCodeType}{0..1} in type {TradeSettlementPaymentMeansType}new: {PaymentMeansChannelCodeType}{0..1} in type {TradeSettlementPaymentMeansType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentMeansChannelCodeListAgencyIDContentType}{0..1} in type {PaymentMeansChannelCodeType}new: @listAgencyID{PaymentMeansChannelCodeListAgencyIDContentType}{0..1} in type {PaymentMeansChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@listID removed @listID {token}{0..1} in type {PaymentMeansChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {PaymentMeansChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@name removed @name {string}{0..1} in type {PaymentMeansChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode modifying element: old: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType}new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType}changed enumeration from [] to [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType}new: @listAgencyID{PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID removed @listID {token}{0..1} in type {PaymentMeansCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PaymentMeansCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentMeansChannelCodeListAgencyIDContentType}{0..1} in type {PaymentMeansChannelCodeType}new: @listAgencyID{PaymentMeansChannelCodeListAgencyIDContentType}{0..1} in type {PaymentMeansChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PaymentMeansChannelCodeType}new: @listID{token}{0..1} in type {PaymentMeansChannelCodeType} changed fixed default from 4435 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType}new: @listAgencyID{PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PaymentMeansCodeType}new: @listID{token}{0..1} in type {PaymentMeansCodeType} changed fixed default from 4461 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/ConversionRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceUnitBasisNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetUnitBaseNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AdditionalInformationNote added {NoteType}{0..*} in type {SupplyChainTradeLineItemType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument modifying element: old: {DocumentLineDocumentType}{1..1} in type {SupplyChainTradeLineItemType}new: {DocumentLineDocumentType}{0..1} in type {SupplyChainTradeLineItemType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/CategoryCode added {CodeType}{0..1} in type {DocumentLineDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode modifying element: old: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType}new: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listAgencyID modifying attribute: old: @listAgencyID{LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType}new: @listAgencyID{LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listID removed @listID {token}{0..1} in type {LineStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listURI removed @listURI {anyURI}{0..1} in type {LineStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {LineStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listAgencyID modifying attribute: old: @listAgencyID{LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType}new: @listAgencyID{LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {LineStatusCodeType}new: @listID{token}{0..1} in type {LineStatusCodeType} changed fixed default from 1229_LineStatusCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/ReferenceReferencedDocument added {ReferencedDocumentType}{0..*} in type {DocumentLineDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/ResponseReasonCode added {CodeType}{0..1} in type {DocumentLineDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalDescription added {TextType}{0..*} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableProductCharacteristic/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AreaDensityMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BatchID added {IDType}{0..*} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/BuyerSuppliedPartsReferenceReferencedDocument added {ReferencedDocumentType}{0..*} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CommonName added {TextType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ConciseDescription added {TextType}{0..*} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ConfigurableIndicator added {IndicatorType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ContentUnitQuantity added {QuantityType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/CustomerAssignedID added {IDType}{0..*} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/Description modifying element: old: {TextType}{0..1} in type {TradeProductType}new: {TextType}{0..*} in type {TradeProductType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/DrainedNetWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ExportIndicator added {IndicatorType}{0..1} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/FormattedCancellationAnnouncedLaunchDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/FormattedLatestProductDataChangeDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/GrossVolumeMeasure added {MeasureType}{0..1} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/GrossWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -7267,24 +3413,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -7292,436 +3431,196 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/IndustryAssignedID added {IDType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InformationNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension modifying element: old: {SpatialDimensionType}{0..1} in type {TradeProductType}new: {SpatialDimensionType}{0..*} in type {TradeProductType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/LinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ModelID added {IDType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/ModelName added {TextType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/NetVolumeMeasure added {MeasureType}{0..1} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/NetWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/OriginTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/OriginTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/OriginTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/OriginTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/PresentationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/PresentationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/PresentationSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/OriginTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/RecyclingTypeCode added {CodeType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/SizeCode added {CodeType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/StatusCode added {CodeType}{0..1} in type {TradeProductType} @@ -7729,3662 +3628,1642 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ApplicableTradeProduct/UnitTypeCode added {CodeType}{0..*} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/CategoryCode added {CodeType}{0..1} in type {SubordinateTradeLineItemType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/ResponseReasonCode added {CodeType}{0..1} in type {SubordinateTradeLineItemType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice modifying element: old: {TradePriceType}{0..1} in type {SubordinateLineTradeAgreementType}new: {TradePriceType}{0..*} in type {SubordinateLineTradeAgreementType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode modifying element: old: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, 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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType}new: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 4465_AllowanceChargeReasonCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 5189_AllowanceChargeID to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/BasisDateTime added {DateTimeType}{0..1} in type {TradePriceType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/OrderUnitConversionFactorNumeric/@format removed @format {string}{0..1} in type {NumericType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/Type added {TextType}{0..*} in type {TradePriceType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode modifying element: old: {PriceTypeCodeType}{0..1} in type {TradePriceType}new: {PriceTypeCodeType}{0..1} in type {TradePriceType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, CA, CT, CU, DI, EC, NW, PC, PE, PK, PL, PT, PU, PV, PW, QT, SR, TB, TU, TW, WH, WI] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listID removed @listID {token}{0..1} in type {PriceTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PriceTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/ValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/ValiditySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PriceTypeCodeType}new: @listID{token}{0..1} in type {PriceTypeCodeType} changed fixed default from 5375 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice modifying element: old: {TradePriceType}{0..1} in type {SubordinateLineTradeAgreementType}new: {TradePriceType}{0..*} in type {SubordinateLineTradeAgreementType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode modifying element: old: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, 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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType}new: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 4465_AllowanceChargeReasonCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 5189_AllowanceChargeID to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/BasisDateTime added {DateTimeType}{0..1} in type {TradePriceType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/OrderUnitConversionFactorNumeric/@format removed @format {string}{0..1} in type {NumericType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/Type added {TextType}{0..*} in type {TradePriceType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode modifying element: old: {PriceTypeCodeType}{0..1} in type {TradePriceType}new: {PriceTypeCodeType}{0..1} in type {TradePriceType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, CA, CT, CU, DI, EC, NW, PC, PE, PK, PL, PT, PU, PV, PW, QT, SR, TB, TU, TW, WH, WI] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listID removed @listID {token}{0..1} in type {PriceTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PriceTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/ValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/ValiditySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PriceTypeCodeType}new: @listID{token}{0..1} in type {PriceTypeCodeType} changed fixed default from 5375 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/ActualDeliverySupplyChainEvent added {SupplyChainEventType}{0..*} in type {SubordinateLineTradeDeliveryType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/BilledQuantity added {QuantityType}{0..*} in type {SubordinateLineTradeDeliveryType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/AdditionalInstructionCode added {CodeType}{0..*} in type {SupplyChainPackagingType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/AdditionalInstructionIndicator added {IndicatorType}{0..1} in type {SupplyChainPackagingType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableReturnableAssetInstructions/DepositValueValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableReturnableAssetInstructions/DepositValueValiditySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumStackabilityWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode modifying element: old: {AutomaticDataCaptureMethodCodeType}{0..*} in type {PackagingMarkingType}new: {AutomaticDataCaptureMethodCodeType}{0..*} in type {PackagingMarkingType}changed enumeration from [] to [50, 51, 52, 64, 65, 67, 78, 79, 81, 82] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType}new: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listID removed @listID {token}{0..1} in type {AutomaticDataCaptureMethodCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AutomaticDataCaptureMethodCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AutomaticDataCaptureMethodCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode modifying element: old: {PackagingMarkingCodeType}{0..*} in type {PackagingMarkingType}new: {PackagingMarkingCodeType}{0..*} in type {PackagingMarkingType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 80] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType}new: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listID removed @listID {token}{0..1} in type {PackagingMarkingCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {PackagingMarkingCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PackagingMarkingCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode modifying element: old: {PackageTypeCodeType}{0..1} in type {SupplyChainPackagingType}new: {PackageTypeCodeType}{0..1} in type {SupplyChainPackagingType}changed enumeration from [] to [43, 44, 1A, 1B, 1D, 1F, 1G, 1W, 2C, 3A, 3H, 4A, 4B, 4C, 4D, 4F, 4G, 4H, 5H, 5L, 5M, 6H, 6P, 7A, 7B, 8A, 8B, 8C, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AL, AM, AP, AT, AV, B4, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, BV, BW, BX, BY, BZ, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CO, CP, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DG, DH, DI, DJ, DK, DL, DM, DN, DP, DR, DS, DT, DU, DV, DW, DX, DY, EC, ED, EE, EF, EG, EH, EI, EN, FB, FC, FD, FE, FI, FL, FO, FP, FR, FT, FW, FX, GB, GI, GL, GR, GU, GY, GZ, HA, HB, HC, HG, HN, HR, IA, IB, IC, ID, IE, IF, IG, IH, IK, IL, IN, IZ, JB, JC, JG, JR, JT, JY, KG, KI, LE, LG, LT, LU, LV, LZ, MA, MB, MC, ME, MR, MS, MT, MW, MX, NA, NE, NF, NG, NS, NT, NU, NV, O1, O2, O3, O4, O5, O6, O7, O8, O9, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PL, PN, PO, PP, PR, PT, PU, PV, PX, PY, PZ, QA, QB, QC, QD, QF, QG, QH, QJ, QK, QL, QM, QN, QP, QQ, QR, QS, RD, RG, RJ, RK, RL, RO, RT, RZ, SA, SB, SC, SD, SE, SH, SI, SK, SL, SM, SO, SP, SS, ST, SU, SV, SW, SY, SZ, T1, TB, TC, TD, TE, TG, TI, TK, TL, TN, TO, TR, TS, TT, TU, TV, TW, TY, TZ, UC, UN, VA, VG, VI, VK, VL, VN, VO, VP, VQ, VR, VS, VY, WA, WB, WC, WD, WF, WG, WH, WJ, WK, WL, WM, WN, WP, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, XA, XB, XC, XD, XF, XG, XH, XJ, XK, YA, YB, YC, YD, YF, YG, YH, YJ, YK, YL, YM, YN, YP, YQ, YR, YS, YT, YV, YW, YX, YY, YZ, ZA, ZB, ZC, ZD, ZF, ZG, ZH, ZJ, ZK, ZL, ZM, ZN, ZP, ZQ, ZR, ZS, ZT, ZU, ZV, ZW, ZX, ZY, ZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType}new: @listAgencyID{token}{0..1} in type {PackageTypeCodeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to http://www.w3.org/2001/XMLSchema changed type from PackageTypeCodeListAgencyIDContentType to token -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listID removed @listID {token}{0..1} in type {PackageTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PackageTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@name removed @name {string}{0..1} in type {PackageTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/WeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType}new: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AutomaticDataCaptureMethodCodeType}new: @listID{token}{0..1} in type {AutomaticDataCaptureMethodCodeType} changed fixed default from 7233_AutomaticDataCaptureMethodCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType}new: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PackagingMarkingCodeType}new: @listID{token}{0..1} in type {PackagingMarkingCodeType} changed fixed default from 7233_PackagingMarkingCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType}new: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PackageTypeCodeType}new: @listID{token}{0..1} in type {PackageTypeCodeType} changed fixed default from 7065 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/AmountDirectionCode added {CodeType}{0..1} in type {SubordinateLineTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/InvoiceReferencedDocument added {ReferencedDocumentType}{0..*} in type {SubordinateLineTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/SpecifiedFinancialAdjustment added {FinancialAdjustmentType}{0..*} in type {SubordinateLineTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/IncludedSubordinateTradeLineItem/SpecifiedSubordinateLineTradeSettlement/SpecifiedTradeAllowanceCharge added {TradeAllowanceChargeType}{0..*} in type {SubordinateLineTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryDiscontinuationCode added {CodeType}{0..1} in type {TradeDeliveryTermsType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode modifying element: old: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType}new: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType}changed enumeration from [] to [1, 2, CFR, CIF, CIP, CPT, DAP, DDP, DPU, EXW, FAS, FCA, FOB] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType}new: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listID removed @listID {token}{0..1} in type {DeliveryTermsCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DeliveryTermsCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType}new: @listAgencyID{DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DeliveryTermsCodeType}new: @listID{token}{0..1} in type {DeliveryTermsCodeType} changed fixed default from 4053 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/FunctionCode added {DeliveryTermsFunctionCodeType}{0..1} in type {TradeDeliveryTermsType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/PartialDeliveryAllowedIndicator added {IndicatorType}{0..1} in type {TradeDeliveryTermsType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ApplicableTradeDeliveryTerms/RelevantTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerRequisitionerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/DemandForecastReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode modifying element: old: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, 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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType}new: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 4465_AllowanceChargeReasonCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 5189_AllowanceChargeID to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/BasisDateTime added {DateTimeType}{0..1} in type {TradePriceType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/OrderUnitConversionFactorNumeric/@format removed @format {string}{0..1} in type {NumericType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/Type added {TextType}{0..*} in type {TradePriceType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode modifying element: old: {PriceTypeCodeType}{0..1} in type {TradePriceType}new: {PriceTypeCodeType}{0..1} in type {TradePriceType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, CA, CT, CU, DI, EC, NW, PC, PE, PK, PL, PT, PU, PV, PW, QT, SR, TB, TU, TW, WH, WI] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listID removed @listID {token}{0..1} in type {PriceTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PriceTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/ValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/ValiditySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PriceTypeCodeType}new: @listID{token}{0..1} in type {PriceTypeCodeType} changed fixed default from 5375 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemBuyerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ItemSellerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode modifying element: old: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, 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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType}new: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 4465_AllowanceChargeReasonCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 5189_AllowanceChargeID to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/BasisDateTime added {DateTimeType}{0..1} in type {TradePriceType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/DeliveryTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/OrderUnitConversionFactorNumeric/@format removed @format {string}{0..1} in type {NumericType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/Type added {TextType}{0..*} in type {TradePriceType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/TypeCode modifying element: old: {PriceTypeCodeType}{0..1} in type {TradePriceType}new: {PriceTypeCodeType}{0..1} in type {TradePriceType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, CA, CT, CU, DI, EC, NW, PC, PE, PK, PL, PT, PU, PV, PW, QT, SR, TB, TU, TW, WH, WI] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listID removed @listID {token}{0..1} in type {PriceTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PriceTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/ValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/ValiditySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType}new: @listAgencyID{PriceTypeCodeListAgencyIDContentType}{0..1} in type {PriceTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PriceTypeCodeType}new: @listID{token}{0..1} in type {PriceTypeCodeType} changed fixed default from 5375 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/PromotionalDealReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/RequisitionerReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -11392,24 +5271,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDeliverySupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -11417,24 +5289,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualDespatchSupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -11442,24 +5307,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualPickUpSupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -11467,1745 +5325,806 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ActualReceiptSupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/AdditionalReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ConsumptionReportReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/GrossWeightMeasure/@unitCode modifying attribute: old: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from WeightUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeWeightContentTypechanged enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/GrossWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {WeightUnitMeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/AdditionalInstructionCode added {CodeType}{0..*} in type {SupplyChainPackagingType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/AdditionalInstructionIndicator added {IndicatorType}{0..1} in type {SupplyChainPackagingType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableReturnableAssetInstructions/DepositValueValiditySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/ApplicableReturnableAssetInstructions/DepositValueValiditySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumStackabilityWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode modifying element: old: {AutomaticDataCaptureMethodCodeType}{0..*} in type {PackagingMarkingType}new: {AutomaticDataCaptureMethodCodeType}{0..*} in type {PackagingMarkingType}changed enumeration from [] to [50, 51, 52, 64, 65, 67, 78, 79, 81, 82] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType}new: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listID removed @listID {token}{0..1} in type {AutomaticDataCaptureMethodCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AutomaticDataCaptureMethodCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AutomaticDataCaptureMethodCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode modifying element: old: {PackagingMarkingCodeType}{0..*} in type {PackagingMarkingType}new: {PackagingMarkingCodeType}{0..*} in type {PackagingMarkingType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 66, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 80] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType}new: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listID removed @listID {token}{0..1} in type {PackagingMarkingCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {PackagingMarkingCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PackagingMarkingCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode modifying element: old: {PackageTypeCodeType}{0..1} in type {SupplyChainPackagingType}new: {PackageTypeCodeType}{0..1} in type {SupplyChainPackagingType}changed enumeration from [] to [43, 44, 1A, 1B, 1D, 1F, 1G, 1W, 2C, 3A, 3H, 4A, 4B, 4C, 4D, 4F, 4G, 4H, 5H, 5L, 5M, 6H, 6P, 7A, 7B, 8A, 8B, 8C, AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AL, AM, AP, AT, AV, B4, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, BV, BW, BX, BY, BZ, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CO, CP, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DG, DH, DI, DJ, DK, DL, DM, DN, DP, DR, DS, DT, DU, DV, DW, DX, DY, EC, ED, EE, EF, EG, EH, EI, EN, FB, FC, FD, FE, FI, FL, FO, FP, FR, FT, FW, FX, GB, GI, GL, GR, GU, GY, GZ, HA, HB, HC, HG, HN, HR, IA, IB, IC, ID, IE, IF, IG, IH, IK, IL, IN, IZ, JB, JC, JG, JR, JT, JY, KG, KI, LE, LG, LT, LU, LV, LZ, MA, MB, MC, ME, MR, MS, MT, MW, MX, NA, NE, NF, NG, NS, NT, NU, NV, O1, O2, O3, O4, O5, O6, O7, O8, O9, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PL, PN, PO, PP, PR, PT, PU, PV, PX, PY, PZ, QA, QB, QC, QD, QF, QG, QH, QJ, QK, QL, QM, QN, QP, QQ, QR, QS, RD, RG, RJ, RK, RL, RO, RT, RZ, SA, SB, SC, SD, SE, SH, SI, SK, SL, SM, SO, SP, SS, ST, SU, SV, SW, SY, SZ, T1, TB, TC, TD, TE, TG, TI, TK, TL, TN, TO, TR, TS, TT, TU, TV, TW, TY, TZ, UC, UN, VA, VG, VI, VK, VL, VN, VO, VP, VQ, VR, VS, VY, WA, WB, WC, WD, WF, WG, WH, WJ, WK, WL, WM, WN, WP, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, XA, XB, XC, XD, XF, XG, XH, XJ, XK, YA, YB, YC, YD, YF, YG, YH, YJ, YK, YL, YM, YN, YP, YQ, YR, YS, YT, YV, YW, YX, YY, YZ, ZA, ZB, ZC, ZD, ZF, ZG, ZH, ZJ, ZK, ZL, ZM, ZN, ZP, ZQ, ZR, ZS, ZT, ZU, ZV, ZW, ZX, ZY, ZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType}new: @listAgencyID{token}{0..1} in type {PackageTypeCodeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to http://www.w3.org/2001/XMLSchema changed type from PackageTypeCodeListAgencyIDContentType to token -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listID removed @listID {token}{0..1} in type {PackageTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PackageTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@name removed @name {string}{0..1} in type {PackageTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/WeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/NetWeightMeasure/@unitCode modifying attribute: old: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from WeightUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeWeightContentTypechanged enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/NetWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {WeightUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/LinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MaximumLinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/MinimumLinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType}new: @listAgencyID{AutomaticDataCaptureMethodCodeListAgencyIDContentType}{0..1} in type {AutomaticDataCaptureMethodCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/AutomaticDataCaptureMethodTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AutomaticDataCaptureMethodCodeType}new: @listID{token}{0..1} in type {AutomaticDataCaptureMethodCodeType} changed fixed default from 7233_AutomaticDataCaptureMethodCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType}new: @listAgencyID{PackagingMarkingCodeListAgencyIDContentType}{0..1} in type {PackagingMarkingCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/SpecifiedPackagingMarking/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PackagingMarkingCodeType}new: @listID{token}{0..1} in type {PackagingMarkingCodeType} changed fixed default from 7233_PackagingMarkingCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType}new: @listAgencyID{PackageTypeCodeListAgencyIDContentType}{0..1} in type {PackageTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/IncludedSupplyChainPackaging/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PackageTypeCodeType}new: @listID{token}{0..1} in type {PackageTypeCodeType} changed fixed default from 7065 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackingListReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ApplicableCrossBorderCustomsValuation added {CrossBorderCustomsValuationType}{0..*} in type {SupplyChainConsignmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ApplicableCrossBorderRegulatoryProcedure added {CrossBorderRegulatoryProcedureType}{0..*} in type {SupplyChainConsignmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ApplicableTransportCargoInsurance added {TransportCargoInsuranceType}{0..1} in type {SupplyChainConsignmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CarrierTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ChargeableWeightMeasure added {WeightUnitMeasureType}{0..1} in type {SupplyChainConsignmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsigneeTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ConsignorTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsExportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/CustomsImportAgentTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/DeliveryTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GrossVolumeMeasure/@unitCode modifying attribute: old: @unitCode{VolumeUnitMeasureUnitCodeContentType}{0..1} in type {VolumeUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeVolumeContentType}{0..1} in type {VolumeUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeVolume:4 changed type from VolumeUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeVolumeContentTypechanged enumeration from [] to [CMQ, FTQ, LTR, MMQ, MTQ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GrossVolumeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {VolumeUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GrossWeightMeasure/@unitCode modifying attribute: old: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from WeightUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeWeightContentTypechanged enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GrossWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {WeightUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/FreightForwarderTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/GroupingCentreTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/ID added {IDType}{0..1} in type {SupplyChainConsignmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/ApplicableNote added {NoteType}{0..*} in type {SupplyChainConsignmentItemType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/ApplicableTransportDangerousGoods added {TransportDangerousGoodsType}{0..*} in type {SupplyChainConsignmentItemType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/GlobalID added {IDType}{0..*} in type {SupplyChainConsignmentItemType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/GrossWeightMeasure/@unitCode modifying attribute: old: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from WeightUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeWeightContentTypechanged enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/GrossWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {WeightUnitMeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/Identification modifying element: old: {TextType}{0..1} in type {TransportCargoType}new: {TextType}{0..*} in type {TransportCargoType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode modifying element: old: {CargoOperationalCategoryCodeType}{0..1} in type {TransportCargoType}new: {CargoOperationalCategoryCodeType}{0..1} in type {TransportCargoType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType}new: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listID removed @listID {token}{0..1} in type {CargoOperationalCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {CargoOperationalCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@name removed @name {string}{0..1} in type {CargoOperationalCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode modifying element: old: {CargoCommodityCategoryCodeType}{0..1} in type {TransportCargoType}new: {CargoCommodityCategoryCodeType}{0..1} in type {TransportCargoType}changed enumeration from [] to [ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listID removed @listID {token}{0..1} in type {CargoCommodityCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listVersionID removed @listVersionID {token}{0..1} in type {CargoCommodityCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@name removed @name {string}{0..1} in type {CargoCommodityCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode modifying element: old: {CargoCategoryCodeType}{0..1} in type {TransportCargoType}new: {CargoCategoryCodeType}{0..1} in type {TransportCargoType}changed enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 9] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType}new: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listID removed @listID {token}{0..1} in type {CargoCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CargoCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@name removed @name {string}{0..1} in type {CargoCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType}new: @listAgencyID{CargoOperationalCategoryCodeListAgencyIDContentType}{0..1} in type {CargoOperationalCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/OperationalCategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CargoOperationalCategoryCodeType}new: @listID{token}{0..1} in type {CargoOperationalCategoryCodeType} changed fixed default from 7085b to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CargoCommodityCategoryCodeType}new: @listAgencyID{token}{0..1} in type {CargoCommodityCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/StatisticalClassificationCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CargoCommodityCategoryCodeType}new: @listID{token}{0..1} in type {CargoCommodityCategoryCodeType} changed fixed default from 7357 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType}new: @listAgencyID{CargoCategoryCodeListAgencyIDContentType}{0..1} in type {CargoCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NatureIdentificationTransportCargo/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CargoCategoryCodeType}new: @listID{token}{0..1} in type {CargoCategoryCodeType} changed fixed default from Recommendation 21-Annex I to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure modifying element: old: {MeasureType}{0..1} in type {SupplyChainConsignmentItemType}new: {WeightUnitMeasureType}{0..1} in type {SupplyChainConsignmentItemType} changed type from MeasureType to WeightUnitMeasureType -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure/@unitCode modifying attribute: old: @unitCode{token}{0..1} in type {MeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from token to MeasurementUnitCommonCodeWeightContentType changed maxLength from null to 3 changed minLength from null to 1changed enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/NetWeightMeasure/@unitCode modifying attribute: old: @unitCode{token}{0..1} in type {MeasureType}new: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to WeightUnitMeasureUnitCodeContentType changed maxLength from null to 3 changed minLength from null to 1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/PreviousAdministrativeReferencedDocument added {ReferencedDocumentType}{0..*} in type {SupplyChainConsignmentItemType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode modifying element: old: {GoodsTypeCodeType}{0..1} in type {SupplyChainConsignmentItemType}new: {GoodsTypeCodeType}{0..1} in type {SupplyChainConsignmentItemType}changed enumeration from [] to [ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listID removed @listID {token}{0..1} in type {GoodsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {GoodsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@name removed @name {string}{0..1} in type {GoodsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode modifying element: old: {GoodsTypeExtensionCodeType}{0..1} in type {SupplyChainConsignmentItemType}new: {GoodsTypeExtensionCodeType}{0..1} in type {SupplyChainConsignmentItemType}changed enumeration from [] to [ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listID removed @listID {token}{0..1} in type {GoodsTypeExtensionCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listVersionID removed @listVersionID {token}{0..1} in type {GoodsTypeExtensionCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@name removed @name {string}{0..1} in type {GoodsTypeExtensionCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {GoodsTypeCodeType}new: @listAgencyID{token}{0..1} in type {GoodsTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {GoodsTypeCodeType}new: @listID{token}{0..1} in type {GoodsTypeCodeType} changed fixed default from TDED 7357 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {GoodsTypeExtensionCodeType}new: @listAgencyID{token}{0..1} in type {GoodsTypeExtensionCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/IncludedSupplyChainConsignmentItem/TypeExtensionCode/@listID modifying attribute: old: @listID{token}{0..1} in type {GoodsTypeExtensionCodeType}new: @listID{token}{0..1} in type {GoodsTypeExtensionCodeType} changed fixed default from TDED 7361 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/NetVolumeMeasure added {VolumeUnitMeasureType}{0..*} in type {SupplyChainConsignmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure modifying element: old: {MeasureType}{0..*} in type {SupplyChainConsignmentType}new: {WeightUnitMeasureType}{0..*} in type {SupplyChainConsignmentType} changed type from MeasureType to WeightUnitMeasureType -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure/@unitCode modifying attribute: old: @unitCode{token}{0..1} in type {MeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from token to MeasurementUnitCommonCodeWeightContentType changed maxLength from null to 3 changed minLength from null to 1changed enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/NetWeightMeasure/@unitCode modifying attribute: old: @unitCode{token}{0..1} in type {MeasureType}new: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to WeightUnitMeasureUnitCodeContentType changed maxLength from null to 3 changed minLength from null to 1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/Cycle added {TextType}{0..1} in type {LogisticsTransportMovementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ID added {IDType}{0..1} in type {LogisticsTransportMovementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode modifying element: old: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType}new: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType}changed enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType}new: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listID removed @listID {token}{0..1} in type {TransportModeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TransportModeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@name removed @name {string}{0..1} in type {TransportModeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType}new: @listAgencyID{TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TransportModeCodeType}new: @listID{token}{0..1} in type {TransportModeCodeType} changed fixed default from Recommendation 19 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/Service added {TextType}{0..1} in type {LogisticsTransportMovementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ServiceCode added {CodeType}{0..1} in type {LogisticsTransportMovementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode modifying element: old: {TransportMovementStageCodeType}{0..1} in type {LogisticsTransportMovementType}new: {TransportMovementStageCodeType}{0..1} in type {LogisticsTransportMovementType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 10, 11, 12, 13, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType}new: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listID removed @listID {token}{0..1} in type {TransportMovementStageCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listVersionID removed @listVersionID {token}{0..1} in type {TransportMovementStageCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@name removed @name {string}{0..1} in type {TransportMovementStageCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType}new: @listAgencyID{TransportMovementStageCodeListAgencyIDContentType}{0..1} in type {TransportMovementStageCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TransportMovementStageCodeType}new: @listID{token}{0..1} in type {TransportMovementStageCodeType} changed fixed default from 8051 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StatusCode added {StatusCodeType}{0..1} in type {LogisticsTransportMovementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/Type added {TextType}{0..1} in type {LogisticsTransportMovementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode modifying element: old: {TransportMeansTypeCodeType}{0..1} in type {LogisticsTransportMeansType}new: {TransportMeansTypeCodeType}{0..1} in type {LogisticsTransportMeansType}changed enumeration from [] to [1501, 1502, 1503, 1504, 1505, 1506, 1511, 1512, 1513, 1514, 1515, 1516, 1517, 1518, 1519, 1521, 1522, 1523, 1524, 1525, 1531, 1532, 1533, 1534, 1541, 1542, 1543, 1551, 1552, 1553, 1591, 1592, 1593, 1594, 1601, 1602, 1603, 1604, 1605, 1606, 1607, 1711, 1712, 1721, 1723, 1724, 1725, 1726, 1727, 1728, 1729, 1751, 1752, 1753, 1761, 1762, 1763, 1764, 1765, 1766, 1781, 1782, 2201, 2202, 2203, 2301, 2302, 2303, 2304, 2305, 3100, 3101, 3102, 3103, 3104, 3105, 3106, 3107, 3108, 3109, 3110, 3111, 3112, 3113, 3114, 3115, 3116, 3117, 3118, 3119, 3120, 3121, 3122, 3123, 3124, 3125, 3126, 3127, 3128, 3129, 3130, 3131, 3132, 3133, 3134, 3135, 3136, 3137, 3138, 3201, 3301, 3302, 3303, 3304, 4000, 5000, 8021, 8022, 8023, 8161, 8162, 8163, 8441, 8442, 8443, 8444, 8445, 8446, 8447, 8448, 8451, 8452, 8453, 8454] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType}new: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listID removed @listID {token}{0..1} in type {TransportMeansTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TransportMeansTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@name removed @name {string}{0..1} in type {TransportMeansTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/OwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType}new: @listAgencyID{TransportMeansTypeCodeListAgencyIDContentType}{0..1} in type {TransportMeansTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/UsedLogisticsTransportMeans/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TransportMeansTypeCodeType}new: @listID{token}{0..1} in type {TransportMeansTypeCodeType} changed fixed default from Recommendation 28 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransitLogisticsLocation added {LogisticsLocationType}{0..*} in type {SupplyChainConsignmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/TransportContractReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/AffixedLogisticsSeal added {LogisticsSealType}{0..*} in type {LogisticsTransportEquipmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/ApplicableNote added {NoteType}{0..*} in type {LogisticsTransportEquipmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CarrierAssignedBookingID added {IDType}{0..*} in type {LogisticsTransportEquipmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode modifying element: old: {TransportEquipmentCategoryCodeType}{0..1} in type {LogisticsTransportEquipmentType}new: {TransportEquipmentCategoryCodeType}{0..1} in type {LogisticsTransportEquipmentType}changed enumeration from [] to [AA, AB, AD, AE, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AT, BB, BL, BPN, BPO, BPP, BPQ, BPR, BPS, BPT, BPU, BPV, BPW, BPX, BPY, BPZ, BR, BX, CH, CN, DPA, DPB, DPC, DPD, DPE, DPF, DPG, DPH, DPI, DPJ, DPK, DPL, DPM, DPN, DPO, EFP, EFQ, EFR, EFS, EFT, EFU, EFV, EFW, EFX, EFY, EFZ, EGA, EGB, EGC, EGD, EGE, EGF, EGG, EGH, EGI, EYP, FPN, FPR, IL, LAR, LU, MPA, PA, PBP, PFP, PL, PPA, PST, RF, RG, RGF, RO, RR, SPP, STR, SW, TE, TP, TS, TSU, UL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType}new: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listID removed @listID {token}{0..1} in type {TransportEquipmentCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TransportEquipmentCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@name removed @name {string}{0..1} in type {TransportEquipmentCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType}new: @listAgencyID{TransportEquipmentCategoryCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TransportEquipmentCategoryCodeType}new: @listID{token}{0..1} in type {TransportEquipmentCategoryCodeType} changed fixed default from 8053 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/Characteristic added {TextType}{0..1} in type {LogisticsTransportEquipmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode modifying element: old: {TransportEquipmentSizeTypeCodeType}{0..1} in type {LogisticsTransportEquipmentType}new: {CodeType}{0..1} in type {LogisticsTransportEquipmentType} changed type from TransportEquipmentSizeTypeCodeType to CodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -13215,41 +6134,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode/@listName added @listName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode/@listSchemeURI added @listSchemeURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/CharacteristicCode/@listURI added @listURI {anyURI}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LoadingLengthMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LoadingLengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/LinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/ReturnableIndicator added {IndicatorType}{0..1} in type {LogisticsTransportEquipmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/SealedIndicator added {IndicatorType}{0..1} in type {LogisticsTransportEquipmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode modifying element: old: {TransportEquipmentFullnessCodeType}{0..1} in type {LogisticsTransportEquipmentType}new: {TransportEquipmentFullnessCodeType}{0..1} in type {LogisticsTransportEquipmentType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType}new: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listID removed @listID {token}{0..1} in type {TransportEquipmentFullnessCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listVersionID removed @listVersionID {token}{0..1} in type {TransportEquipmentFullnessCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@name removed @name {string}{0..1} in type {TransportEquipmentFullnessCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listAgencyID modifying attribute: old: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType}new: @listAgencyID{TransportEquipmentFullnessCodeListAgencyIDContentType}{0..1} in type {TransportEquipmentFullnessCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RelatedSupplyChainConsignment/UtilizedLogisticsTransportEquipment/UsedCapacityCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TransportEquipmentFullnessCodeType}new: @listID{token}{0..1} in type {TransportEquipmentFullnessCodeType} changed fixed default from 8169 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -13257,850 +6157,397 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/RequestedDeliverySupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipFromTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode modifying element: old: {AdjustmentReasonCodeType}{0..1} in type {DeliveryAdjustmentType}new: {AdjustmentReasonCodeType}{0..1} in type {DeliveryAdjustmentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AdjustmentReasonCodeListAgencyIDContentType}{0..1} in type {AdjustmentReasonCodeType}new: @listAgencyID{AdjustmentReasonCodeListAgencyIDContentType}{0..1} in type {AdjustmentReasonCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode/@listID removed @listID {token}{0..1} in type {AdjustmentReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode/@listVersionID removed @listVersionID {token}{0..1} in type {AdjustmentReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/TheoreticalWeightMeasure/@unitCode modifying attribute: old: @unitCode{WeightUnitMeasureUnitCodeContentType}{0..1} in type {WeightUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeWeightContentType}{0..1} in type {WeightUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeWeight:4 changed type from WeightUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeWeightContentTypechanged enumeration from [] to [KGM, TNE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/TheoreticalWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {WeightUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AdjustmentReasonCodeListAgencyIDContentType}{0..1} in type {AdjustmentReasonCodeType}new: @listAgencyID{AdjustmentReasonCodeListAgencyIDContentType}{0..1} in type {AdjustmentReasonCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/SpecifiedDeliveryAdjustment/ReasonCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AdjustmentReasonCodeType}new: @listID{token}{0..1} in type {AdjustmentReasonCodeType} changed fixed default from 4465 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/BillingSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/BillingSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceDateTime added {DateTimeType}{0..1} in type {LineTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument modifying element: old: {ReferencedDocumentType}{0..1} in type {LineTradeSettlementType}new: {ReferencedDocumentType}{0..*} in type {LineTradeSettlementType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PayableSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/PurchaseSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/ClaimRelatedTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/DirectionCode added {AccountingDebitCreditStatusCodeType}{0..1} in type {FinancialAdjustmentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/InvoiceReferenceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment/RelatedTradeTax added {TradeTaxType}{0..*} in type {FinancialAdjustmentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -14110,19 +6557,14 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedFromLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -14130,133 +6572,61 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedToLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode modifying element: old: {LogisticsChargeCalculationBasisCodeType}{0..1} in type {LogisticsServiceChargeType}new: {LogisticsChargeCalculationBasisCodeType}{0..1} in type {LogisticsServiceChargeType}changed enumeration from [] to [ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listID removed @listID {token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listVersionID removed @listVersionID {token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@name removed @name {string}{0..1} in type {LogisticsChargeCalculationBasisCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/ID modifying element: old: {FreightChargeTypeIDType}{0..1} in type {LogisticsServiceChargeType}new: {FreightChargeTypeIDType}{0..1} in type {LogisticsServiceChargeType}changed enumeration from [] to [100000, 100999, 101000, 101002, 101003, 101004, 101005, 101006, 101007, 101008, 101009, 101010, 101011, 101012, 101013, 101014, 101015, 101016, 101017, 101018, 101019, 101020, 101021, 101021, 101021, 101021, 101021, 101021, 101021, 101021, 101022, 101024, 101027, 101028, 101029, 101031, 101033, 101034, 101035, 101036, 101037, 101038, 101039, 101040, 101041, 101042, 101043, 101044, 101045, 101046, 101047, 101048, 101049, 101050, 101051, 101052, 101053, 101054, 101056, 101057, 101058, 101059, 101060, 101061, 102000, 102002, 102003, 102004, 102005, 102006, 102011, 102012, 102013, 102014, 102015, 102016, 102017, 102018, 102019, 102020, 102021, 102022, 102023, 102024, 102025, 102026, 102027, 102028, 102029, 102030, 102041, 102042, 102043, 102043, 102044, 102045, 102046, 102047, 102049, 102050, 102051, 102052, 102070, 102071, 102072, 102073, 102074, 102075, 102076, 102077, 102078, 102079, 102080, 102081, 102082, 102083, 102084, 102085, 102086, 102087, 102088, 103000, 103001, 103002, 103003, 103004, 103005, 103006, 103007, 103008, 103009, 103010, 103011, 103012, 103013, 103015, 103016, 103017, 103018, 103019, 104000, 104002, 104003, 104004, 104004, 104005, 104006, 104007, 104008, 104009, 104010, 104011, 104012, 104013, 104014, 104015, 104016, 104024, 104024, 104024, 104025, 104027, 104028, 104029, 104030, 104031, 104032, 104036, 104037, 104038, 104039, 104041, 104042, 104043, 104044, 104045, 104046, 104052, 104052, 104052, 104052, 104055, 104056, 104059, 104060, 104063, 104064, 104068, 104069, 104070, 104071, 104072, 104073, 104074, 104075, 104076, 104077, 104078, 104079, 104080, 104081, 104082, 104083, 104084, 104085, 104102, 104102, 104104, 104106, 104107, 104108, 104109, 104110, 104111, 104112, 104113, 104114, 104115, 104116, 104118, 104119, 104120, 104121, 104124, 104125, 104125, 104125, 104125, 104127, 104129, 104130, 104131, 104132, 104134, 104135, 104135, 104135, 104135, 104136, 104137, 104137, 104137, 104138, 104138, 104139, 104139, 104139, 104139, 104140, 104141, 104142, 104144, 104144, 104144, 104145, 104146, 104148, 104149, 104150, 104151, 104152, 104153, 104154, 104155, 104156, 104157, 104158, 104159, 104159, 104160, 104161, 104162, 104163, 104164, 104165, 104166, 104167, 104168, 104169, 104170, 104172, 104173, 104175, 104176, 104177, 104178, 104179, 104180, 104181, 104182, 104183, 104185, 104186, 104188, 104189, 104190, 104191, 104192, 104193, 104194, 104195, 104196, 104197, 104198, 104199, 104200, 104201, 104202, 104203, 104204, 104205, 104206, 104207, 104208, 104209, 104210, 104211, 104212, 104213, 105000, 105001, 105002, 105003, 105004, 105005, 105006, 105007, 105009, 105010, 105012, 105013, 105014, 105015, 105016, 105017, 105018, 105020, 106000, 106001, 106002, 106003, 106004, 106005, 106006, 106007, 106008, 106009, 106010, 106011, 106012, 106013, 106014, 106015, 106016, 106018, 107000, 107001, 107001, 107002, 108000, 108001, 108002, 108003, 108004, 108005, 108006, 109000, 109001, 110000, 110001, 110002, 110003, 110004, 110005, 110006, 110007, 110008, 110009, 110010, 110011, 200000, 200999, 202000, 202001, 202002, 202003, 202004, 202005, 202006, 202007, 202008, 202009, 202010, 202011, 202012, 202013, 203000, 203001, 203002, 203003, 203004, 203005, 203006, 203007, 203008, 203009, 203010, 203011, 203012, 203013, 203014, 203015, 203016, 203017, 203018, 203019, 203020, 203021, 203022, 203023, 203024, 203025, 203026, 203027, 203028, 203029, 203030, 203031, 203032, 203033, 203034, 203035, 203036, 203037, 203038, 203039, 203040, 203041, 203042, 203043, 203044, 203045, 203046, 203047, 203048, 203049, 203050, 203051, 203052, 203053, 203054, 203055, 203056, 203057, 203058, 203059, 203060, 203061, 203062, 203063, 203064, 203065, 203066, 203067, 203068, 203069, 203070, 203071, 203072, 203073, 203074, 203075, 203076, 203077, 203078, 203079, 203080, 203081, 203082, 203083, 203084, 203085, 203086, 203087, 203088, 203089, 203090, 203091, 203092, 203093, 203094, 203095, 203096, 203097, 203098, 203099, 203100, 203102, 203104, 203105, 203106, 203107, 203108, 203109, 203110, 203111, 203112, 203113, 203114, 203115, 203116, 203117, 203118, 203119, 203120, 203121, 203122, 203123, 203124, 203125, 203126, 203127, 203130, 203130, 203131, 203133, 203134, 203134, 203134, 203135, 203136, 203137, 203138, 203139, 203140, 203141, 203142, 203143, 203144, 203145, 203146, 203147, 203148, 203149, 203150, 203151, 203152, 203153, 203154, 203155, 203156, 203157, 203158, 203159, 203160, 203161, 203162, 203163, 203164, 203165, 203166, 203167, 203168, 203169, 203170, 203171, 203172, 203173, 203174, 203175, 203176, 203177, 203178, 203179, 203180, 203181, 203182, 203183, 203184, 203185, 203186, 203187, 203188, 203189, 203190, 203191, 203192, 203193, 203194, 203195, 203196, 203197, 203198, 203199, 203200, 203201, 203202, 203203, 203204, 203205, 204000, 204001, 204002, 204003, 204004, 204005, 204006, 204007, 204008, 204009, 204010, 204011, 204012, 204013, 204014, 204015, 204016, 204017, 204018, 204019, 204020, 204021, 204022, 204023, 204024, 204025, 204026, 204027, 204028, 204029, 204030, 204031, 204032, 204033, 204034, 204035, 204036, 204037, 204038, 204039, 204040, 204041, 204042, 204043, 204044, 204045, 204046, 204047, 204048, 204049, 204050, 204051, 204052, 204053, 204054, 204055, 204056, 204057, 204058, 204059, 204060, 204061, 204062, 204063, 204064, 204065, 204066, 204067, 204068, 204069, 204070, 204071, 204072, 204073, 204074, 204075, 204076, 204077, 204078, 204079, 204080, 204081, 204082, 204083, 204084, 204085, 204086, 204087, 204088, 204089, 204090, 204091, 204092, 204093, 204094, 204095, 204096, 204097, 204098, 204099, 204100, 204101, 204102, 204103, 204104, 204105, 204106, 204107, 204108, 204109, 204110, 204111, 204112, 204113, 204114, 204115, 204116, 204117, 204118, 204119, 204120, 204121, 204122, 204123, 204124, 204125, 204126, 204127, 204128, 204129, 204130, 204131, 204132, 204133, 204134, 204135, 204136, 204137, 204138, 204139, 204140, 204141, 204142, 204143, 204144, 204145, 204146, 204148, 204150, 204151, 204152, 204153, 204154, 204155, 204156, 204157, 204158, 204159, 204160, 204161, 204162, 204163, 204164, 204165, 204166, 204167, 204168, 204169, 204170, 204171, 204172, 204173, 204175, 204176, 204177, 204178, 204179, 204180, 204181, 204182, 204183, 204184, 204185, 204186, 204187, 204188, 204189, 204190, 204191, 204192, 204193, 204194, 204195, 204196, 204197, 204198, 204199, 204200, 204201, 204202, 204203, 204204, 204205, 204206, 204207, 204208, 204209, 204210, 204211, 204212, 204213, 204214, 204215, 204216, 204217, 204218, 204219, 205000, 205001, 205002, 205003, 205004, 205005, 205006, 205007, 205008, 205009, 205010, 205011, 205012, 205013, 205014, 205015, 205016, 205017, 205018, 205019, 205020, 205021, 205022, 205023, 205025, 205027, 205028, 205029, 205030, 205031, 205032, 205033, 205034, 205035, 205036, 205037, 205038, 205039, 205040, 205041, 205042, 205043, 205044, 205045, 205046, 205047, 205048, 205049, 205050, 205051, 205052, 205053, 205054, 205055, 205056, 205057, 205058, 205059, 205060, 205061, 205062, 206000, 206001, 206002, 206003, 206004, 206005, 206006, 206007, 206008, 206009, 206010, 206011, 206012, 206013, 206014, 206015, 206016, 206017, 206018, 206019, 206020, 206021, 206023, 206025, 206026, 206027, 206028, 206029, 206030, 206031, 206032, 206033, 206034, 206035, 206036, 206037, 206038, 206039, 206040, 206041, 206042, 206043, 206044, 206045, 206046, 206047, 206048, 206049, 206050, 206051, 206052, 206053, 206054, 206055, 206056, 206057, 206058, 206059, 206060, 206061, 206062, 206063, 206064, 206065, 206066, 207000, 207001, 207002, 207003, 207004, 207005, 207006, 207007, 207008, 207009, 207010, 207011, 207012, 207013, 207014, 207015, 207016, 207017, 207018, 207019, 207020, 207022, 207023, 207024, 207025, 207026, 207027, 207028, 207029, 207030, 207032, 207033, 207034, 207035, 207036, 207037, 207038, 207039, 207040, 207041, 207042, 207043, 207044, 207045, 207046, 207047, 207048, 207049, 207050, 207051, 207052, 207053, 207054, 207055, 207056, 207057, 207058, 207059, 207060, 207061, 207062, 208000, 208001, 208002, 208003, 208004, 208005, 208006, 208007, 208008, 208009, 208010, 208011, 208012, 208013, 208014, 208015, 208016, 208017, 208018, 208019, 208020, 208021, 208022, 208023, 208024, 208025, 208026, 208027, 208028, 208030, 208030, 208030, 208030, 208031, 208032, 208034, 208035, 208036, 208037, 208038, 208039, 208040, 208041, 208042, 208043, 208044, 208045, 208046, 208047, 208048, 208049, 208050, 208051, 209000, 209001, 209002, 209003, 209004, 209005, 209006, 209007, 209008, 209009, 209010, 209011, 209012, 209013, 209014, 209015, 209032, 209033, 209034, 209058, 209060, 209061, 209062, 209063, 209064, 209065, 209066, 209067, 209068, 209069, 209070, 209071, 209072, 209073, 209074, 210000, 210001, 210002, 210003, 210004, 210005, 210006, 210007, 210008, 210009, 210010, 210011, 210012, 210013, 210014, 210015, 210016, 210017, 210018, 210019, 210020, 210021, 210022, 210023, 210024, 210025, 210026, 210027, 210028, 210029, 210030, 210031, 210032, 210033, 210034, 210035, 210036, 210037, 210038, 210039, 210040, 210041, 210041, 210041, 210041, 210041, 210042, 210043, 210044, 210045, 210046, 210047, 210048, 210049, 210050, 210051, 210052, 210053, 210054, 210055, 210056, 210057, 210058, 210059, 210060, 210061, 210062, 211000, 211001, 211002, 211003, 211004, 211005, 211006, 211007, 211008, 211009, 211010, 211011, 211012, 211013, 211014, 211015, 211016, 211017, 211018, 211019, 211020, 211021, 211022, 211023, 211024, 211025, 211026, 211027, 211028, 211029, 211030, 211031, 211032, 211033, 211034, 211035, 211036, 211037, 211038, 211039, 211040, 211041, 211042, 211043, 211044, 212000, 212001, 212002, 212003, 212004, 213000, 213001, 213002, 213003, 213004, 213005, 214000, 214001, 214002, 214003, 214004, 214004, 214004, 215000, 215001, 215002, 215002, 215004, 215005, 215005, 215005, 215005, 215006, 215007, 215008, 215009, 215010, 215011, 216000, 216001, 216002, 216003, 216004, 216005, 216006, 216007, 216008, 216009, 216010, 216011, 216012, 216013, 216014, 216015, 216016, 216016, 216016, 216016, 216017, 216019, 216020, 216021, 216022, 216023, 216024, 216025, 216026, 216027, 216028, 216029, 216030, 216031, 216031, 216031, 216032, 216033, 216034, 216035, 216036, 216037, 216038, 216039, 216040, 216041, 216042, 216044, 216045, 216046, 216047, 216048, 216049, 216050, 216051, 216052, 216053, 216054, 216055, 216056, 216057, 216058, 216059, 216060, 216061, 216062, 216063, 216064, 216065, 216066, 216067, 216068, 216069, 216070, 216071, 216072, 216073, 216074, 216075, 216076, 216077, 216078, 216079, 216080, 216081, 216082, 216083, 216084, 216085, 216086, 216087, 216088, 216089, 216090, 216091, 216092, 216093, 216094, 300000, 300999, 301000, 301001, 301001, 301001, 301002, 301002, 301002, 301002, 301003, 301004, 301005, 301006, 301007, 301008, 301009, 301010, 301011, 301011, 301011, 301011, 301012, 301013, 301013, 301014, 301015, 301016, 301017, 301018, 301019, 301020, 301021, 301022, 301023, 301024, 301025, 301026, 301027, 301028, 301029, 301030, 301031, 301031, 301032, 301033, 301034, 301035, 301036, 301037, 301038, 301039, 301040, 301041, 301042, 301043, 301044, 301045, 301046, 301047, 301048, 301048, 301048, 301048, 301048, 301048, 301048, 301049, 301050, 301051, 301052, 301053, 301054, 301055, 301056, 301057, 301058, 301059, 301060, 301061, 301062, 301063, 301064, 301065, 301066, 301067, 301068, 301069, 301070, 301072, 301073, 301074, 301075, 301076, 301077, 301078, 302000, 302001, 302002, 302003, 302004, 302004, 302004, 302004, 302004, 302005, 302006, 302007, 302008, 302009, 302010, 302011, 302012, 302013, 302014, 302016, 302017, 302018, 400000, 400999, 401000, 401001, 401003, 401004, 401005, 401006, 401009, 401015, 401015, 401016, 401017, 401018, 402000, 402001, 402002, 402003, 402004, 402005, 402006, 402007, 500000, 500999, 501000, 501001, 501002, 501003, 501004, 501005, 501005, 501005, 501005, 501006, 501006, 501006, 501006, 501007, 501007, 501008, 501009, 501009, 501009, 501009, 502000, 502001, 502002, 502002, 502002, 502003, 502004, 502005, 502006, 600000, 600018, 600926, 600999, 601000, 601001, 601002, 601003, 601003, 601003, 601003, 601004, 601005, 601006, 601007, 601008, 602000, 602001, 602002, 602003, 603000, 603001, 603002, 603003, 603004, 603005, 603006, 603007, 603008, 603009, 603010, 604000, 604001, 604001, 604001, 604002, 605000, 606000, 606003, 606003, 606004, 606005, 606006, 606007, 606008, 606009, 607000, 607001, 607001, 607001, 608000, 608001, 608001, 608001, 608001, 608002, 608003, 608003, 608003, 608003, 608003, 609000, 609001, 609002, 609003, 609004, 609005, 609006, 609007, 609008, 609008, 609008, 609008, 609008, 609009, 609010, 609011, 609012, 609013, 609015, 609016, 609017, 609018, 609019, 609020, 609022, 609023, 609024, 609025, 609026, 609027, 609028, 609029, 609030, 609031, 609031, 609032, 609032, 609033, 609034, 609035, 609036, 609037, 609038, 609039, 609040, 609041, 609041, 609042, 609043, 609043, 609044, 609045, 609046, 609047, 609049, 609050, 609051, 609052, 609053, 609054, 609055, 609056, 609056, 609056, 609057, 609058, 609059, 609060, 609061, 609062, 609063, 609064, 609065, 609067, 609068, 609069, 609070, 609071, 609072, 609073, 609074, 609075, 609077, 609078, 609079, 609080, 609081, 609082, 609083, 609084, 609085, 609087, 609088, 609089, 609090, 609091, 609092, 609093, 609094, 609095, 609096, 609097, 609098, 609099, 609100, 609101, 609102, 609103, 609104, 609105, 609106, 609107, 609111, 609112, 609113, 609115, 609116, 609117, 609118, 609119, 609120, 609122, 609123, 609124, 609125, 609126, 609128, 609129, 609130, 609131, 609132, 609133, 609134, 609135, 609136, 609137, 609138, 609139, 609140, 609141, 609142, 609143, 609144, 609145] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{FreightChargeTypeIDSchemeAgencyIDContentType}{0..1} in type {FreightChargeTypeIDType}new: @schemeAgencyID{FreightChargeTypeIDSchemeAgencyIDContentType}{0..1} in type {FreightChargeTypeIDType}changed enumeration from [] to [6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeID removed @schemeID {token}{0..1} in type {FreightChargeTypeIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {FreightChargeTypeIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode modifying element: old: {ChargePayingPartyRoleCodeType}{0..1} in type {LogisticsServiceChargeType}new: {ChargePayingPartyRoleCodeType}{0..1} in type {LogisticsServiceChargeType}changed enumeration from [] to [AB, AE, AF, AH, AQ, AR, AT, AU, CA, CG, CN, CPD, CX, CZ, DGB, EX, FW, GS, IM, IV, PE] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listAgencyID modifying attribute: old: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType}new: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listID removed @listID {token}{0..1} in type {ChargePayingPartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {ChargePayingPartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@name removed @name {string}{0..1} in type {ChargePayingPartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode modifying element: old: {CodeType}{0..1} in type {LogisticsServiceChargeType}new: {TransportServicePaymentArrangementCodeType}{0..1} in type {LogisticsServiceChargeType} changed type from CodeType to TransportServicePaymentArrangementCodeTypechanged enumeration from [] to [A, B, C, P] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType}new: @listAgencyID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode/@listID modifying attribute: old: @listID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType}new: @listID{token}{0..1} in type {LogisticsChargeCalculationBasisCodeType} changed fixed default from TDED 6131 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listAgencyID modifying attribute: old: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType}new: @listAgencyID{ChargePayingPartyRoleCodeListAgencyIDContentType}{0..1} in type {ChargePayingPartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PayingPartyRoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ChargePayingPartyRoleCodeType}new: @listID{token}{0..1} in type {ChargePayingPartyRoleCodeType} changed fixed default from 3035_Charge Paying to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode modifying element: old: {CodeType}{0..1} in type {LogisticsServiceChargeType}new: {TransportServicePaymentArrangementCodeType}{0..1} in type {LogisticsServiceChargeType} changed type from CodeType to TransportServicePaymentArrangementCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{TransportServicePaymentArrangementCodeListAgencyIDContentType}{0..1} in type {TransportServicePaymentArrangementCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to TransportServicePaymentArrangementCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{TransportServicePaymentArrangementCodeListAgencyIDContentType}{0..1} in type {TransportServicePaymentArrangementCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to TransportServicePaymentArrangementCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -14266,19 +6636,14 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentArrangementCode/@name removed @name {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -14286,819 +6651,369 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/PaymentPlaceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode modifying element: old: {FreightChargeTariffClassCodeType}{0..1} in type {LogisticsServiceChargeType}new: {FreightChargeTariffClassCodeType}{0..1} in type {LogisticsServiceChargeType}changed enumeration from [] to [A, B, C, D, E, F, G, H, K, M, N, Q, R, S] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listAgencyID modifying attribute: old: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType}new: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listID removed @listID {token}{0..1} in type {FreightChargeTariffClassCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listVersionID removed @listVersionID {token}{0..1} in type {FreightChargeTariffClassCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@name removed @name {string}{0..1} in type {FreightChargeTariffClassCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listAgencyID modifying attribute: old: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType}new: @listAgencyID{FreightChargeTariffClassCodeListAgencyIDContentType}{0..1} in type {FreightChargeTariffClassCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge/TariffClassCode/@listID modifying attribute: old: @listID{token}{0..1} in type {FreightChargeTariffClassCodeType}new: @listID{token}{0..1} in type {FreightChargeTariffClassCodeType} changed fixed default from 5243 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/ConversionRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceUnitBasisNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetUnitBaseNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/AssociatedReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/SourceCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ActualTradeCurrencyExchange/TargetCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode modifying element: old: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [] to [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, 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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listID removed @listID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AllowanceChargeIdentificationCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/BasisPeriodMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/BasisPeriodMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID modifying attribute: old: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType}new: @listAgencyID{AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType}new: @listID{token}{0..1} in type {AllowanceChargeReasonCodeType} changed fixed default from 4465_AllowanceChargeReasonCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listAgencyID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType}new: @listID{token}{0..1} in type {AllowanceChargeIdentificationCodeType} changed fixed default from 5189_AllowanceChargeID to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/BillStartDateTime added {DateTimeType}{0..1} in type {TradePaymentTermsType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/DueDateTime added {FormattedDateTimeType}{0..1} in type {TradePaymentTermsType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode modifying element: old: {PaymentTermsEventTimeReferenceCodeType}{0..1} in type {TradePaymentTermsType}new: {PaymentTermsEventTimeReferenceCodeType}{0..1} in type {TradePaymentTermsType}changed enumeration from [] to [5, 24, 29, 45, 71] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType}new: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listID removed @listID {token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listVersionID removed @listVersionID {token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ID modifying element: old: {PaymentTermsIDType}{0..1} in type {TradePaymentTermsType}new: {PaymentTermsIDType}{0..1} in type {TradePaymentTermsType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{PaymentTermsIDSchemeAgencyIDContentType}{0..1} in type {PaymentTermsIDType}new: @schemeAgencyID{PaymentTermsIDSchemeAgencyIDContentType}{0..1} in type {PaymentTermsIDType}changed enumeration from [] to [6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeID removed @schemeID {token}{0..1} in type {PaymentTermsIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {PaymentTermsIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType}new: @listAgencyID{PaymentTermsEventTimeReferenceCodeListAgencyIDContentType}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/FromEventCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType}new: @listID{token}{0..1} in type {PaymentTermsEventTimeReferenceCodeType} changed fixed default from 2475_Payment Terms Event to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/SettlementPeriodMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode modifying element: old: {PaymentTermsTypeCodeType}{0..1} in type {TradePaymentTermsType}new: {PaymentTermsTypeCodeType}{0..1} in type {TradePaymentTermsType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType}new: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listID removed @listID {token}{0..1} in type {PaymentTermsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {PaymentTermsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@name removed @name {string}{0..1} in type {PaymentTermsTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime modifying element: old: {DateTimeType}{0..1} in type {TradeSettlementFinancialCardType}new: {DateOnlyFormattedDateTimeType}{0..1} in type {TradeSettlementFinancialCardType} changed type from DateTimeType to DateOnlyFormattedDateTimeType +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType}new: @listAgencyID{PaymentTermsTypeCodeListAgencyIDContentType}{0..1} in type {PaymentTermsTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PaymentTermsTypeCodeType}new: @listID{token}{0..1} in type {PaymentTermsTypeCodeType} changed fixed default from 4279 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime modifying element: old: {DateTimeType}{0..1} in type {TradeSettlementFinancialCardType}new: {DateOnlyFormattedDateTimeType}{0..1} in type {TradeSettlementFinancialCardType} changed type from DateTimeType to DateOnlyFormattedDateTimeType changed whitespace from null to preserve /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTime removed {dateTime}{0..1} in type {DateTimeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString modifying element: old: {DateTimeType}{0..1} in type {DateTimeType}new: {DateOnlyFormattedDateTimeType}{1..1} in type {DateOnlyFormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:UnqualifiedDataType:100 to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed cardinality from 0..1 to 1..1 changed compositor from CHOICE to SEQUENCE -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString/@format modifying attribute: old: @format{string}{0..1} in type {DateTimeType}new: @format{DateOnlyFormatCodeContentType}{0..1} in type {DateOnlyFormattedDateTimeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:codelist:standard:UNECE:DateOnlyFormatCode:D21B changed type from string to DateOnlyFormatCodeContentTypechanged enumeration from [] to [2, 3, 4, 101, 102, 105, 106, 107, 110, 609] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/VerificationNumeric/@format removed @format {string}{0..1} in type {NumericType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementFinancialCard/ValidFromDateTime/DateTimeString removed {null}{0..1} in type {DateTimeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeSettlementLineMonetarySummation/IncludingTaxesLineTotalAmount added {AmountType}{0..*} in type {TradeSettlementLineMonetarySummationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerNonDeductibleTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/BuyerRepayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CalculationSequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listID removed @listID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxCategoryCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {TradeTaxType}new: {CurrencyCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listID removed @listID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TimeReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@name removed @name {string}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType}new: @listAgencyID{TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CategoryCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxCategoryCodeType}new: @listID{token}{0..1} in type {TaxCategoryCodeType} changed fixed default from 5305 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/CurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType}new: @listAgencyID{TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/DueDateTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TimeReferenceCodeType}new: @listID{token}{0..1} in type {TimeReferenceCodeType} changed fixed default from 2475 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/GrandTotalAmount added {AmountType}{0..*} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeLocationType}new: {CountryIDType}{0..1} in type {TradeLocationType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode modifying element: old: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAmountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID removed @listID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAmountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode modifying element: old: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [105, 220, 223, 224, 245, 315, 320, 325, 326, 380, 389, 393, 394, 395, 398, 399, 455, 481, 533, 534, 640, 719, 731, 747] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID removed @listID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingDocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID removed @listID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TaxBasisAllowanceRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listID removed @listID {token}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {TaxTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/PlaceApplicableTradeLocation/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerPayableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SellerRefundableTaxSpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/ServiceSupplyTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/AmountTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAmountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAmountTypeCodeType} changed fixed default from AccountingE601 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listAgencyID modifying attribute: old: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType}new: @listAgencyID{AccountingDocumentCodeListAgencyIDContentType}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/SetTriggerCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingDocumentCodeType}new: @listID{token}{0..1} in type {AccountingDocumentCodeType} changed fixed default from 1001_Accounting to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listAgencyID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from 210 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/SpecifiedTradeAccountingAccount/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {AccountingAccountTypeCodeType}new: @listID{token}{0..1} in type {AccountingAccountTypeCodeType} changed fixed default from AccountingE501 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType}new: @listAgencyID{TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SubtotalCalculatedTradeTax/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {TaxTypeCodeType}new: @listID{token}{0..1} in type {TaxTypeCodeType} changed fixed default from 5153 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalDescription added {TextType}{0..*} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AreaDensityMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AdditionalReferenceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BatchID added {IDType}{0..*} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BrandOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BuyerSuppliedPartsReferenceReferencedDocument added {ReferencedDocumentType}{0..*} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CertificationEvidenceReferenceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CommonName added {TextType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ConciseDescription added {TextType}{0..*} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ConfigurableIndicator added {IndicatorType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ContentUnitQuantity added {QuantityType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/CustomerAssignedID added {IDType}{0..*} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/Description modifying element: old: {TextType}{0..1} in type {TradeProductType}new: {TextType}{0..*} in type {TradeProductType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DrainedNetWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ExportIndicator added {IndicatorType}{0..1} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/FormattedCancellationAnnouncedLaunchDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/FormattedLatestProductDataChangeDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/GrossVolumeMeasure added {MeasureType}{0..1} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/GrossWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceVolumeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableMaterialGoodsCharacteristic/AbsolutePresenceWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ApplicableProductCharacteristicCondition/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -15106,24 +7021,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/PackagingSupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/CountryID added {CountryIDType}{0..1} in type {LogisticsLocationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/CountrySubDivisionID added {IDType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/AltitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LatitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PhysicalGeographicalCoordinate/LongitudeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/SubordinateLocation added {SubordinateLocationType}{0..1} in type {LogisticsLocationType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeTypechanged enumeration from [] to [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, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode modifying element: old: {CodeType}{0..1} in type {LogisticsLocationType}new: {LocationFunctionCodeType}{0..1} in type {LogisticsLocationType} changed type from CodeType to LocationFunctionCodeType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@languageID removed @languageID {token}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType changed fixed default from null to 6changed enumeration from [] to [6] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{token}{0..1} in type {CodeType}new: @listAgencyID{LocationFunctionCodeListAgencyIDContentType}{0..1} in type {LocationFunctionCodeType} changed type namespace from http://www.w3.org/2001/XMLSchema to urn:un:unece:uncefact:data:standard:QualifiedDataType:100 changed type from token to LocationFunctionCodeListAgencyIDContentType /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listAgencyName removed @listAgencyName {string}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listID removed @listID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listName removed @listName {string}{0..1} in type {CodeType} @@ -15131,587 +7039,242 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceLogisticsLocation/TypeCode/@name removed @name {string}{0..1} in type {CodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/OccurrenceSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/ProductionSupplyChainEvent/TimeOccurrenceDateTime added {TimeOnlyFormattedDateTimeType}{0..1} in type {SupplyChainEventType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndustryAssignedID added {IDType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InformationNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/InspectionReferenceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LegalRightsOwnerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension modifying element: old: {SpatialDimensionType}{0..1} in type {TradeProductType}new: {SpatialDimensionType}{0..*} in type {TradeProductType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/AttachedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/LinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/EffectiveSpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/EffectiveSpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentTypechanged enumeration from [] to [102, 203, 205, 209, 502, 602] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/IssuerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listID removed @listID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@name removed @name {string}{0..1} in type {ReferenceCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode modifying element: old: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listID removed @listID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentStatusCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@name removed @name {string}{0..1} in type {DocumentStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType}new: @listAgencyID{ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/ReferenceTypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ReferenceCodeType}new: @listID{token}{0..1} in type {ReferenceCodeType} changed fixed default from 1153_ReferenceTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType}new: @listAgencyID{DocumentStatusCodeListAgencyIDContentType}{0..1} in type {DocumentStatusCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/StatusCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentStatusCodeType}new: @listID{token}{0..1} in type {DocumentStatusCodeType} changed fixed default from 1373 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listID removed @listID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@name removed @name {string}{0..1} in type {DocumentCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType}new: @listAgencyID{DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MSDSReferenceReferencedDocument/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DocumentCodeType}new: @listID{token}{0..1} in type {DocumentCodeType} changed fixed default from 1001 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/DirectTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/EmailURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/FaxUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/InstantMessagingUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/MobileTelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/SpecifiedNote/SubjectCode modifying element: old: {CodeType}{0..1} in type {NoteType}new: {CodeType}{0..*} in type {NoteType} changed cardinality from 0..1 to 0..* -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listID removed @listID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listURI removed @listURI {anyURI}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {ContactTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/LogoAssociatedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TelexUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType}new: @listAgencyID{ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {ContactTypeCodeType}new: @listID{token}{0..1} in type {ContactTypeCodeType} changed fixed default from 3139_ContactTypeCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/DefinedTradeContact/VOIPUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/EndPointURIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..*} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType}changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode/@listID removed @listID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode/@listVersionID removed @listVersionID {token}{0..1} in type {PartyRoleCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode/@name removed @name {string}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode/@listAgencyID modifying attribute: old: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType}new: @listAgencyID{PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/RoleCode/@listID modifying attribute: old: @listID{token}{0..1} in type {PartyRoleCodeType}new: @listID{token}{0..1} in type {PartyRoleCodeType} changed fixed default from 3035 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{0..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedLogisticsLocation added {LogisticsLocationType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/SpecifiedTaxRegistration/IOSSID added {IDType}{0..1} in type {TaxRegistrationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/TypeCode added {CodeType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode modifying element: old: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}new: {CommunicationChannelCodeType}{0..1} in type {UniversalCommunicationType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, CA, EI, EM, EX, FT, FX, GM, IE, IM, MA, PB, PS, SW, TE, TG, TL, TM, TT, TX, XF, XG, XH, XI, XJ] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listID removed @listID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listURI removed @listURI {anyURI}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listVersionID removed @listVersionID {token}{0..1} in type {CommunicationChannelCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/DiameterMeasure/@unitCode modifying attribute: old: @unitCode{LinearUnitMeasureUnitCodeContentType}{0..1} in type {LinearUnitMeasureType}new: @unitCode{MeasurementUnitCommonCodeLinearContentType}{0..1} in type {LinearUnitMeasureType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:MeasurementUnitCommonCodeLinear:4 changed type from LinearUnitMeasureUnitCodeContentType to MeasurementUnitCommonCodeLinearContentTypechanged enumeration from [] to [CMT, FOT, INH, MTR] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/DiameterMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {LinearUnitMeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/HeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/LengthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode modifying element: old: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}new: {DimensionTypeCodeType}{0..1} in type {SpatialDimensionType}changed enumeration from [] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}changed enumeration from [] to [6] (no semantic change, as new single enumeration value existed as previous fixed default: 6) -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listID removed @listID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listVersionID removed @listVersionID {token}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode/@name removed @name {string}{0..1} in type {DimensionTypeCodeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/WidthMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listAgencyID modifying attribute: old: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType}new: @listAgencyID{CommunicationChannelCodeListAgencyIDContentType}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ManufacturerTradeParty/URIUniversalCommunication/ChannelCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CommunicationChannelCodeType}new: @listID{token}{0..1} in type {CommunicationChannelCodeType} changed fixed default from 3155_CommunicationChannelCode to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MaximumLinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listAgencyID modifying attribute: old: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType}new: @listAgencyID{DimensionTypeCodeListAgencyIDContentType}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6 to null +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/MinimumLinearSpatialDimension/TypeCode/@listID modifying attribute: old: @listID{token}{0..1} in type {DimensionTypeCodeType}new: @listID{token}{0..1} in type {DimensionTypeCodeType} changed fixed default from 6145 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ModelID added {IDType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ModelName added {TextType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/NetVolumeMeasure added {MeasureType}{0..1} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/NetWeightMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeAgencyID modifying attribute: old: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}new: @schemeAgencyID{CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType}changed enumeration from [] to [5] -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeID removed @schemeID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeVersionID removed @schemeVersionID {token}{0..1} in type {CountryIDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/PresentationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/PresentationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/PresentationSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeVersionID modifying attribute: old: @schemeVersionID{token}{0..1} in type {CountryIDType}new: @schemeVersionID{token}{0..1} in type {CountryIDType} changed fixed default from second edition 2006 to null /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/RecyclingTypeCode added {CodeType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/SizeCode added {CodeType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/StatusCode added {CodeType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/UltimateCustomerAssignedExtensionID added {IDType}{0..*} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/UnitTypeCode added {CodeType}{0..*} in type {TradeProductType} -/CrossIndustryInvoice/ValuationBreakdownStatement/CreationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/CreationSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/CreationSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {ValuationBreakdownStatementType}new: {CurrencyCodeType}{1..1} in type {ValuationBreakdownStatementType}changed enumeration from [] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] -/CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}changed enumeration from [] to [5] (no semantic change, as new single enumeration value existed as previous fixed default: 5) -/CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode/@listID removed @listID {token}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode/@listURI removed @listURI {anyURI}{0..1} in type {CurrencyCodeType} -/CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode/@listVersionID removed @listVersionID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode/@listAgencyID modifying attribute: old: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType}new: @listAgencyID{CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} changed fixed default from 5 to null +/CrossIndustryInvoice/ValuationBreakdownStatement/DefaultCurrencyCode/@listID modifying attribute: old: @listID{token}{0..1} in type {CurrencyCodeType}new: @listID{token}{0..1} in type {CurrencyCodeType} changed fixed default from ISO 4217 3A to null /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/IndexValue removed {ValueType}{0..1} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/IndexValue removed {ValueType}{0..1} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/ReferenceFileBinaryObject removed {BinaryObjectType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/StatusCode removed {CodeType}{0..*} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/SubordinateBasicWorkItem removed {BasicWorkItemType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ReferenceFileBinaryObject removed {BinaryObjectType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/StatusCode removed {CodeType}{0..*} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/SubordinateBasicWorkItem removed {BasicWorkItemType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/IndexValue removed {ValueType}{0..1} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/IndexValue removed {ValueType}{0..1} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferenceFileBinaryObject removed {BinaryObjectType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/StatusCode removed {CodeType}{0..*} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/SubordinateBasicWorkItem removed {BasicWorkItemType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ReferenceFileBinaryObject removed {BinaryObjectType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/StatusCode removed {CodeType}{0..*} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/SubordinateBasicWorkItem removed {BasicWorkItemType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/IndexValue removed {ValueType}{0..1} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/IndexValue removed {ValueType}{0..1} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferenceFileBinaryObject removed {BinaryObjectType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/StatusCode removed {CodeType}{0..*} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/SubordinateBasicWorkItem removed {BasicWorkItemType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ReferenceFileBinaryObject removed {BinaryObjectType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/StatusCode removed {CodeType}{0..*} in type {BasicWorkItemType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/SubordinateBasicWorkItem removed {BasicWorkItemType}{0..*} in type {BasicWorkItemType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ComponentWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/ActualQuantityWorkItemDimension/ValueMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/BreakdownWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} /CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/TotalQuantityWorkItemQuantityAnalysis/StatusCode removed {CodeType}{0..1} in type {WorkItemQuantityAnalysisType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ItemBasicWorkItem/UnitCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ItemGroupedWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ItemGroupedWorkItem/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ReaderSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ReaderSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ReaderSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/DurationMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ReferencedSpecifiedBinaryFile/AccessAvailabilitySpecifiedPeriod/SequenceNumeric/@format removed @format {string}{0..1} in type {NumericType} -/CrossIndustryInvoice/ValuationBreakdownStatement/ReferencedSpecifiedBinaryFile/SizeMeasure/@unitCodeListVersionID removed @unitCodeListVersionID {token}{0..1} in type {MeasureType} -/CrossIndustryInvoice/ValuationBreakdownStatement/TotalCalculatedPrice/RelatedAppliedAllowanceCharge/CategoryAppliedTax/CalculatedRate/@format removed @format {string}{0..1} in type {RateType} diff --git a/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B.txt b/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B.txt index daa023e..0886615 100644 --- a/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B.txt +++ b/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B.txt @@ -167,6 +167,9 @@ Added attribute @listAgencyName {string}{0..1} in type {CodeType} in PostcodeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/PostcodeCode/@listAgencyName in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listAgencyName +Added attribute @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID + Added attribute @listID {token}{0..1} in type {CodeType} in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@listID in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@listID @@ -177,6 +180,28 @@ Added attribute @listID {token}{0..1} in type {CodeType} in PostcodeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/PostcodeCode/@listID in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listID +Added attribute @listID {token}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID + +Added attribute @listID {token}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {PaymentMeansCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + +Added attribute @listID {token}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + Added attribute @listName {string}{0..1} in type {CodeType} in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@listName in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@listName @@ -197,6 +222,9 @@ Added attribute @listSchemeURI {anyURI}{0..1} in type {CodeType} in PostcodeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/PostcodeCode/@listSchemeURI in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listSchemeURI +Added attribute @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI + Added attribute @listURI {anyURI}{0..1} in type {CodeType} in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@listURI in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@listURI @@ -207,6 +235,24 @@ Added attribute @listURI {anyURI}{0..1} in type {CodeType} in PostcodeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/PostcodeCode/@listURI in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listURI +Added attribute @listURI {anyURI}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + +Added attribute @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID + Added attribute @listVersionID {token}{0..1} in type {CodeType} in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@listVersionID in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@listVersionID @@ -217,6 +263,28 @@ Added attribute @listVersionID {token}{0..1} in type {CodeType} in PostcodeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/PostcodeCode/@listVersionID in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listVersionID +Added attribute @listVersionID {token}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {PaymentMeansCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + Added attribute @name {string}{0..1} in type {CodeType} in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@name in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@name @@ -227,6 +295,13 @@ Added attribute @name {string}{0..1} in type {CodeType} in PostcodeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/PostcodeCode/@name in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@name +Added attribute @name {string}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@name + +Added attribute @name {string}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + Added attribute @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID @@ -354,6 +429,13 @@ Added attribute @schemeDataURI {anyURI}{0..1} in type {IDType} in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/URIID/@schemeDataURI in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/URIID/@schemeDataURI +Added attribute @schemeID {token}{0..1} in type {CountryIDType} + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID + Added attribute @schemeName {string}{0..1} in type {IDType} in CreditorReferenceID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/CreditorReferenceID/@schemeName in DirectDebitMandateID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/DirectDebitMandateID/@schemeName @@ -434,6 +516,13 @@ Added attribute @schemeURI {anyURI}{0..1} in type {IDType} in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/URIID/@schemeURI in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/URIID/@schemeURI +Added attribute @schemeVersionID {token}{0..1} in type {CountryIDType} + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + Added attribute @schemeVersionID {token}{0..1} in type {IDType} in CreditorReferenceID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/CreditorReferenceID/@schemeVersionID in DirectDebitMandateID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/DirectDebitMandateID/@schemeVersionID @@ -1457,12 +1546,8 @@ Added element {IDType}{0..1} in type {ExchangedDocumentType} Modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} - Changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B - Changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType + new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [] to [102, 203, 205, 209, 502, 602] - added: [102, 203, 205, 209, 502, 602] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format @@ -1526,8 +1611,8 @@ Modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] - added: [A, AA, AB, AC, AD, B, C, D, F, H, I, J, N] + Changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] + removed: [AE, E, G, K, L, M, O, S, Z] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode @@ -1559,24 +1644,14 @@ Modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID -Modifying element: - old: {TextType}{0..1} in type {TradeAddressType} - new: {TextType}{0..*} in type {TradeAddressType} - Changed cardinality from 0..1 to 0..* - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName - Modifying element: old: {TextType}{0..1} in type {TradePaymentTermsType} new: {TextType}{0..*} in type {TradePaymentTermsType} @@ -1592,8 +1667,8 @@ Modifying element: Modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - Changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] - added: [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] + Changed enumeration from [5, 29, 72] to [] + removed: [5, 29, 72] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode @@ -1648,8 +1723,8 @@ Modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode Modifying element: @@ -1694,8 +1769,8 @@ Modifying element: Modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - added: [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, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101] + Changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] + removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode Modifying element: @@ -1753,8 +1828,8 @@ Modifying element: Modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode Modifying element: @@ -1773,24 +1848,24 @@ Modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 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, 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, 205, 206, 207, 208, 209, 210, 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, 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, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 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, 382, 391, 392, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 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, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 621, 622, 624, 625, 626, 627, 628, 629, 630, 631, 632, 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, 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, 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, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 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, 878, 879, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] + Changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [] + removed: [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] at /CrossIndustryInvoice/ExchangedDocument/TypeCode Modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType} new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] - added: [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 50, 51, 52, 53, 54, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96] + Changed enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [] + removed: [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode Modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType} new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] - added: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD] + Changed enumeration from [VAT] to [] + removed: [VAT] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode @@ -1824,8 +1899,8 @@ ELEMENTS: Added elements in XSD: 251 Added elements in XML: 479 - Modified elements in XSD: 48 - Modified elements in XML: 81 + Modified elements in XSD: 47 + Modified elements in XML: 76 Removed elements from XSD: 0 Removed elements from XML: 0 @@ -1833,8 +1908,8 @@ ELEMENTS: ATTRIBUTES: - Added attributes in XSD: 27 - Added attributes in XML: 417 + Added attributes in XSD: 50 + Added attributes in XML: 460 Modified attributes in XSD: 2 Modified attributes in XML: 9 diff --git a/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt b/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt index 7e9874b..ea46a4e 100644 --- a/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt +++ b/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt @@ -1,4 +1,7 @@ In type {AllowanceChargeReasonCodeType} added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} +In type {AllowanceChargeReasonCodeType} added @listID {token}{0..1} +In type {AllowanceChargeReasonCodeType} added @listURI {anyURI}{0..1} +In type {AllowanceChargeReasonCodeType} added @listVersionID {token}{0..1} In type {AmountType} added @currencyCodeListVersionID {token}{0..1} In type {CodeType} added @languageID {token}{0..1} In type {CodeType} added @listAgencyID {token}{0..1} @@ -10,9 +13,14 @@ In type {CodeType} added @listURI {anyURI}{0..1} In type {CodeType} added @listVersionID {token}{0..1} In type {CodeType} added @name {string}{0..1} In type {CountryIDType} added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} +In type {CountryIDType} added @schemeID {token}{0..1} +In type {CountryIDType} added @schemeVersionID {token}{0..1} In type {CreditorFinancialAccountType} added {TextType}{0..1} In type {CrossIndustryInvoiceType} added {ValuationBreakdownStatementType}{0..1} In type {CurrencyCodeType} added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} +In type {CurrencyCodeType} added @listID {token}{0..1} +In type {CurrencyCodeType} added @listURI {anyURI}{0..1} +In type {CurrencyCodeType} added @listVersionID {token}{0..1} In type {DateTimeType} added {dateTime}{0..1} In type {DateTimeType} modifying attribute: old: @format{string}{1..1} in type {DateTimeType} @@ -25,6 +33,10 @@ In type {DebtorFinancialAccountType} modifying element: new: {IDType}{0..1} in type {DebtorFinancialAccountType} Extended cardinality from 1..1 to 0..1 In type {DocumentCodeType} added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} +In type {DocumentCodeType} added @listID {token}{0..1} +In type {DocumentCodeType} added @listURI {anyURI}{0..1} +In type {DocumentCodeType} added @listVersionID {token}{0..1} +In type {DocumentCodeType} added @name {string}{0..1} In type {DocumentContextParameterType} added {DocumentVersionType}{0..1} In type {DocumentContextParameterType} added {TextType}{0..1} In type {DocumentContextParameterType} modifying element: @@ -76,11 +88,9 @@ In type {ExchangedDocumentType} modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 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, 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, 205, 206, 207, 208, 209, 210, 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, 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, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 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, 382, 391, 392, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 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, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 621, 622, 624, 625, 626, 627, 628, 629, 630, 631, 632, 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, 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, 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, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 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, 878, 879, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] In type {FormattedDateTimeType} modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} + new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} Extended cardinality from 1..1 to 0..1 In type {HeaderTradeAgreementType} added {ReferencedDocumentType}{0..*} In type {HeaderTradeAgreementType} added {TradeDeliveryTermsType}{0..1} @@ -161,8 +171,6 @@ In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] In type {HeaderTradeSettlementType} modifying element: old: {ReferencedDocumentType}{0..1} in type {HeaderTradeSettlementType} new: {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} @@ -187,11 +195,6 @@ In type {HeaderTradeSettlementType} modifying element: old: {TradeSettlementPaymentMeansType}{0..1} in type {HeaderTradeSettlementType} new: {TradeSettlementPaymentMeansType}{0..*} in type {HeaderTradeSettlementType} Extended cardinality from 0..1 to 0..* -In type {HeaderTradeSettlementType} modifying element: - old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] In type {IDType} added @schemeAgencyID {token}{0..1} In type {IDType} added @schemeAgencyName {string}{0..1} In type {IDType} added @schemeDataURI {anyURI}{0..1} @@ -215,6 +218,8 @@ In type {NoteType} modifying element: new: {CodeType}{0..*} in type {NoteType} Extended cardinality from 0..1 to 0..* In type {PaymentMeansCodeType} added @listAgencyID {PaymentMeansCodeListAgencyIDContentType}{0..1} +In type {PaymentMeansCodeType} added @listID {token}{0..1} +In type {PaymentMeansCodeType} added @listVersionID {token}{0..1} In type {PercentType} added @format {string}{0..1} In type {ReferencedDocumentType} added {SpecifiedBinaryFileType}{0..*} In type {ReferencedDocumentType} added {BinaryObjectType}{0..*} @@ -270,6 +275,9 @@ In type {SupplyChainEventType} modifying element: Extended cardinality from 1..1 to 0..1 In type {SupplyChainTradeTransactionType} added {SupplyChainTradeLineItemType}{0..*} In type {TaxCategoryCodeType} added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} +In type {TaxCategoryCodeType} added @listID {token}{0..1} +In type {TaxCategoryCodeType} added @listURI {anyURI}{0..1} +In type {TaxCategoryCodeType} added @listVersionID {token}{0..1} In type {TaxRegistrationType} added {RegisteredTaxType}{0..1} In type {TaxRegistrationType} added {IDType}{0..1} In type {TaxRegistrationType} modifying element: @@ -277,9 +285,15 @@ In type {TaxRegistrationType} modifying element: new: {IDType}{0..1} in type {TaxRegistrationType} Extended cardinality from 1..1 to 0..1 In type {TaxTypeCodeType} added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} +In type {TaxTypeCodeType} added @listID {token}{0..1} +In type {TaxTypeCodeType} added @listURI {anyURI}{0..1} +In type {TaxTypeCodeType} added @listVersionID {token}{0..1} In type {TextType} added @languageID {token}{0..1} In type {TextType} added @languageLocaleID {token}{0..1} In type {TimeReferenceCodeType} added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} +In type {TimeReferenceCodeType} added @listID {token}{0..1} +In type {TimeReferenceCodeType} added @listVersionID {token}{0..1} +In type {TimeReferenceCodeType} added @name {string}{0..1} In type {TradeAccountingAccountType} added {AccountingAmountTypeCodeType}{0..1} In type {TradeAccountingAccountType} added {TextType}{0..1} In type {TradeAccountingAccountType} added {TextType}{0..1} @@ -305,10 +319,6 @@ In type {TradeAddressType} modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} Extended cardinality from 1..1 to 0..1 -In type {TradeAddressType} modifying element: - old: {TextType}{0..1} in type {TradeAddressType} - new: {TextType}{0..*} in type {TradeAddressType} - Extended cardinality from 0..1 to 0..* In type {TradeAllowanceChargeType} added {TradeCurrencyExchangeType}{0..1} In type {TradeAllowanceChargeType} added {QuantityType}{0..1} In type {TradeAllowanceChargeType} added {IDType}{0..1} @@ -328,11 +338,6 @@ In type {TradeAllowanceChargeType} modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType} new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} Extended cardinality from 1..1 to 0..1 -In type {TradeAllowanceChargeType} modifying element: - old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Extended enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - added: [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, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101] In type {TradePartyType} added {TradeContactType}{0..*} In type {TradePartyType} added {TextType}{0..*} In type {TradePartyType} added {UniversalCommunicationType}{0..1} @@ -432,8 +437,6 @@ In type {TradeSettlementPaymentMeansType} modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType} new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] - added: [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 50, 51, 52, 53, 54, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96] In type {TradeTaxType} added {AmountType}{0..*} In type {TradeTaxType} added {QuantityType}{0..1} In type {TradeTaxType} added {TradeAccountingAccountType}{0..1} @@ -470,19 +473,10 @@ In type {TradeTaxType} modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] - added: [A, AA, AB, AC, AD, B, C, D, F, H, I, J, N] -In type {TradeTaxType} modifying element: - old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - Extended enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] - added: [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] In type {TradeTaxType} modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType} new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] - added: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD] In type {UniversalCommunicationType} added {CommunicationChannelCodeType}{0..1} In type {UniversalCommunicationType} added {TextType}{0..1} In type {UniversalCommunicationType} modifying element: diff --git a/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt b/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt index 436de7f..a0da1a6 100644 --- a/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt +++ b/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt @@ -1,24 +1,45 @@ -In type {FormattedDateTimeType} modifying attribute: - old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} - New restriction by enumeration from [] to [102, 203, 205, 209, 502, 602] +In type {ExchangedDocumentType} modifying element: + old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} + new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} + Narrowed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [] + removed: [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {TradeAddressType} modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} - Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] In type {TradeAllowanceChargeType} modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Narrowed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, 105] + Narrowed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] + removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] +In type {TradeSettlementPaymentMeansType} modifying element: + old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType} + new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} + Narrowed enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [] + removed: [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] +In type {TradeTaxType} modifying element: + old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} + new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] + removed: [AE, E, G, K, L, M, O, S, Z] +In type {TradeTaxType} modifying element: + old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} + new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [5, 29, 72] to [] + removed: [5, 29, 72] +In type {TradeTaxType} modifying element: + old: {TaxTypeCodeType}{1..1} in type {TradeTaxType} + new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [VAT] to [] + removed: [VAT] diff --git a/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt b/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt index 4b7ddf9..5a28802 100644 --- a/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt +++ b/src/test/resources/references/report_FACTUR-X_BASIC-WL_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt @@ -43,8 +43,12 @@ /CrossIndustryInvoice/ExchangedDocument/RevisionID added {IDType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SignatoryDocumentAuthentication added {DocumentAuthenticationType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SubtypeCode added {CodeType}{0..1} in type {ExchangedDocumentType} -/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [] /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/ExchangedDocument/VersionID added {IDType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocumentContext/ApplicationSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} /CrossIndustryInvoice/ExchangedDocumentContext/BIMSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} @@ -83,7 +87,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -140,11 +144,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -211,7 +216,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -276,11 +281,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -370,11 +376,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -463,7 +470,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -520,11 +527,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -600,13 +608,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -631,8 +645,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TaxBasisAllowanceRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TaxPointDate added {DateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/CompleteDateTime added {DateTimeType}{0..1} in type {SpecifiedPeriodType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/ContinuousIndicator added {IndicatorType}{0..1} in type {SpecifiedPeriodType} @@ -665,8 +682,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange added {TradeCurrencyExchangeType}{0..1} in type {HeaderTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} changed cardinality from 1..1 to 0..1changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} changed cardinality from 1..1 to 0..1changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceDateTime added {DateTimeType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceIssuerReference added {TextType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument modifying element: old: {ReferencedDocumentType}{0..1} in type {HeaderTradeSettlementType}new: {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} changed cardinality from 0..1 to 0..* @@ -675,7 +695,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -732,11 +752,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -841,13 +862,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -872,8 +899,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate added {DateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -881,8 +911,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric added {NumericType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} @@ -975,12 +1008,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayerSpecifiedDebtorFinancialInstitution added {DebtorFinancialInstitutionType}{0..1} in type {TradeSettlementPaymentMeansType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode added {PaymentMeansChannelCodeType}{0..1} in type {TradeSettlementPaymentMeansType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentMethodCode added {CodeType}{0..1} in type {TradeSettlementPaymentMeansType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType}new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} changed cardinality from 1..1 to 0..1changed enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType}new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} changed cardinality from 1..1 to 0..1changed enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listAgencyID added @listAgencyID {PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID added @listID {token}{0..1} in type {PaymentMeansCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {PaymentMeansCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax added {TradeTaxType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange added {TradeCurrencyExchangeType}{0..1} in type {HeaderTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty added {TradePartyType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem added {SupplyChainTradeLineItemType}{0..*} in type {SupplyChainTradeTransactionType} /CrossIndustryInvoice/ValuationBreakdownStatement added {ValuationBreakdownStatementType}{0..1} in type {CrossIndustryInvoiceType} diff --git a/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B.txt b/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B.txt index 8b07ebb..0f7bec3 100644 --- a/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B.txt +++ b/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B.txt @@ -239,6 +239,12 @@ Added attribute @listAgencyName {string}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listAgencyName in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listAgencyName +Added attribute @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID + Added attribute @listID {token}{0..1} in type {CodeType} in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@listID in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@listID @@ -254,6 +260,40 @@ Added attribute @listID {token}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listID in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listID +Added attribute @listID {token}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID + +Added attribute @listID {token}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {PaymentMeansCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + +Added attribute @listID {token}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + Added attribute @listName {string}{0..1} in type {CodeType} in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@listName in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@listName @@ -284,6 +324,12 @@ Added attribute @listSchemeURI {anyURI}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listSchemeURI in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listSchemeURI +Added attribute @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI + Added attribute @listURI {anyURI}{0..1} in type {CodeType} in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@listURI in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@listURI @@ -299,6 +345,35 @@ Added attribute @listURI {anyURI}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listURI in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listURI +Added attribute @listURI {anyURI}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + +Added attribute @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID + Added attribute @listVersionID {token}{0..1} in type {CodeType} in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@listVersionID in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@listVersionID @@ -314,6 +389,40 @@ Added attribute @listVersionID {token}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listVersionID in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listVersionID +Added attribute @listVersionID {token}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {PaymentMeansCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + Added attribute @name {string}{0..1} in type {CodeType} in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@name in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@name @@ -329,6 +438,17 @@ Added attribute @name {string}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@name in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@name +Added attribute @name {string}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@name + +Added attribute @name {string}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + Added attribute @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID @@ -462,6 +582,13 @@ Added attribute @schemeDataURI {anyURI}{0..1} in type {IDType} in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/URIID/@schemeDataURI in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/URIID/@schemeDataURI +Added attribute @schemeID {token}{0..1} in type {CountryIDType} + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID + Added attribute @schemeName {string}{0..1} in type {IDType} in CreditorReferenceID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/CreditorReferenceID/@schemeName in DirectDebitMandateID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/DirectDebitMandateID/@schemeName @@ -546,6 +673,13 @@ Added attribute @schemeURI {anyURI}{0..1} in type {IDType} in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/URIUniversalCommunication/URIID/@schemeURI in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/URIUniversalCommunication/URIID/@schemeURI +Added attribute @schemeVersionID {token}{0..1} in type {CountryIDType} + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + Added attribute @schemeVersionID {token}{0..1} in type {IDType} in CreditorReferenceID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/CreditorReferenceID/@schemeVersionID in DirectDebitMandateID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/DirectDebitMandateID/@schemeVersionID @@ -2188,12 +2322,8 @@ Added element {IDType}{0..1} in type {ExchangedDocumentType} Modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} - Changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B - Changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType + new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [] to [102, 203, 205, 209, 502, 602] - added: [102, 203, 205, 209, 502, 602] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format @@ -2295,8 +2425,8 @@ Modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] - added: [A, AA, AB, AC, AD, B, C, D, F, H, I, J, N] + Changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] + removed: [AE, E, G, K, L, M, O, S, Z] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode @@ -2346,24 +2476,14 @@ Modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID -Modifying element: - old: {TextType}{0..1} in type {TradeAddressType} - new: {TextType}{0..*} in type {TradeAddressType} - Changed cardinality from 0..1 to 0..* - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName - Modifying element: old: {TextType}{0..1} in type {TradePaymentTermsType} new: {TextType}{0..*} in type {TradePaymentTermsType} @@ -2379,8 +2499,8 @@ Modifying element: Modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - Changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] - added: [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] + Changed enumeration from [5, 29, 72] to [] + removed: [5, 29, 72] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode @@ -2451,8 +2571,8 @@ Modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode Modifying element: @@ -2521,8 +2641,8 @@ Modifying element: Modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - added: [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, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101] + Changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] + removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode @@ -2608,8 +2728,8 @@ Modifying element: Modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode Modifying element: @@ -2628,24 +2748,24 @@ Modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 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, 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, 205, 206, 207, 208, 209, 210, 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, 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, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 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, 382, 391, 392, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 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, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 621, 622, 624, 625, 626, 627, 628, 629, 630, 631, 632, 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, 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, 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, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 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, 878, 879, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] + Changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [] + removed: [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] at /CrossIndustryInvoice/ExchangedDocument/TypeCode Modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType} new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] - added: [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 50, 51, 52, 53, 54, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96] + Changed enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [] + removed: [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode Modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType} new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] - added: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD] + Changed enumeration from [VAT] to [] + removed: [VAT] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode @@ -2683,8 +2803,8 @@ ELEMENTS: Added elements in XSD: 402 Added elements in XML: 779 - Modified elements in XSD: 63 - Modified elements in XML: 132 + Modified elements in XSD: 62 + Modified elements in XML: 127 Removed elements from XSD: 0 Removed elements from XML: 0 @@ -2692,8 +2812,8 @@ ELEMENTS: ATTRIBUTES: - Added attributes in XSD: 30 - Added attributes in XML: 540 + Added attributes in XSD: 53 + Added attributes in XML: 628 Modified attributes in XSD: 2 Modified attributes in XML: 11 diff --git a/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt b/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt index 06cc959..c334936 100644 --- a/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt +++ b/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt @@ -1,4 +1,7 @@ In type {AllowanceChargeReasonCodeType} added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} +In type {AllowanceChargeReasonCodeType} added @listID {token}{0..1} +In type {AllowanceChargeReasonCodeType} added @listURI {anyURI}{0..1} +In type {AllowanceChargeReasonCodeType} added @listVersionID {token}{0..1} In type {AmountType} added @currencyCodeListVersionID {token}{0..1} In type {CodeType} added @languageID {token}{0..1} In type {CodeType} added @listAgencyID {token}{0..1} @@ -10,9 +13,14 @@ In type {CodeType} added @listURI {anyURI}{0..1} In type {CodeType} added @listVersionID {token}{0..1} In type {CodeType} added @name {string}{0..1} In type {CountryIDType} added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} +In type {CountryIDType} added @schemeID {token}{0..1} +In type {CountryIDType} added @schemeVersionID {token}{0..1} In type {CreditorFinancialAccountType} added {TextType}{0..1} In type {CrossIndustryInvoiceType} added {ValuationBreakdownStatementType}{0..1} In type {CurrencyCodeType} added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} +In type {CurrencyCodeType} added @listID {token}{0..1} +In type {CurrencyCodeType} added @listURI {anyURI}{0..1} +In type {CurrencyCodeType} added @listVersionID {token}{0..1} In type {DateTimeType} added {dateTime}{0..1} In type {DateTimeType} modifying attribute: old: @format{string}{1..1} in type {DateTimeType} @@ -25,6 +33,10 @@ In type {DebtorFinancialAccountType} modifying element: new: {IDType}{0..1} in type {DebtorFinancialAccountType} Extended cardinality from 1..1 to 0..1 In type {DocumentCodeType} added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} +In type {DocumentCodeType} added @listID {token}{0..1} +In type {DocumentCodeType} added @listURI {anyURI}{0..1} +In type {DocumentCodeType} added @listVersionID {token}{0..1} +In type {DocumentCodeType} added @name {string}{0..1} In type {DocumentContextParameterType} added {DocumentVersionType}{0..1} In type {DocumentContextParameterType} added {TextType}{0..1} In type {DocumentContextParameterType} modifying element: @@ -90,11 +102,9 @@ In type {ExchangedDocumentType} modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 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, 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, 205, 206, 207, 208, 209, 210, 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, 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, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 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, 382, 391, 392, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 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, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 621, 622, 624, 625, 626, 627, 628, 629, 630, 631, 632, 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, 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, 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, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 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, 878, 879, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] In type {FormattedDateTimeType} modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} + new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} Extended cardinality from 1..1 to 0..1 In type {HeaderTradeAgreementType} added {ReferencedDocumentType}{0..*} In type {HeaderTradeAgreementType} added {TradeDeliveryTermsType}{0..1} @@ -175,8 +185,6 @@ In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] In type {HeaderTradeSettlementType} modifying element: old: {ReferencedDocumentType}{0..1} in type {HeaderTradeSettlementType} new: {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} @@ -201,11 +209,6 @@ In type {HeaderTradeSettlementType} modifying element: old: {TradeSettlementPaymentMeansType}{0..1} in type {HeaderTradeSettlementType} new: {TradeSettlementPaymentMeansType}{0..*} in type {HeaderTradeSettlementType} Extended cardinality from 0..1 to 0..* -In type {HeaderTradeSettlementType} modifying element: - old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] In type {IDType} added @schemeAgencyID {token}{0..1} In type {IDType} added @schemeAgencyName {string}{0..1} In type {IDType} added @schemeDataURI {anyURI}{0..1} @@ -303,6 +306,8 @@ In type {NoteType} modifying element: new: {CodeType}{0..*} in type {NoteType} Extended cardinality from 0..1 to 0..* In type {PaymentMeansCodeType} added @listAgencyID {PaymentMeansCodeListAgencyIDContentType}{0..1} +In type {PaymentMeansCodeType} added @listID {token}{0..1} +In type {PaymentMeansCodeType} added @listVersionID {token}{0..1} In type {PercentType} added @format {string}{0..1} In type {QuantityType} added @unitCodeListAgencyID {token}{0..1} In type {QuantityType} added @unitCodeListAgencyName {string}{0..1} @@ -383,6 +388,9 @@ In type {SupplyChainTradeTransactionType} modifying element: new: {SupplyChainTradeLineItemType}{0..*} in type {SupplyChainTradeTransactionType} Extended cardinality from 1..* to 0..* In type {TaxCategoryCodeType} added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} +In type {TaxCategoryCodeType} added @listID {token}{0..1} +In type {TaxCategoryCodeType} added @listURI {anyURI}{0..1} +In type {TaxCategoryCodeType} added @listVersionID {token}{0..1} In type {TaxRegistrationType} added {RegisteredTaxType}{0..1} In type {TaxRegistrationType} added {IDType}{0..1} In type {TaxRegistrationType} modifying element: @@ -390,9 +398,15 @@ In type {TaxRegistrationType} modifying element: new: {IDType}{0..1} in type {TaxRegistrationType} Extended cardinality from 1..1 to 0..1 In type {TaxTypeCodeType} added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} +In type {TaxTypeCodeType} added @listID {token}{0..1} +In type {TaxTypeCodeType} added @listURI {anyURI}{0..1} +In type {TaxTypeCodeType} added @listVersionID {token}{0..1} In type {TextType} added @languageID {token}{0..1} In type {TextType} added @languageLocaleID {token}{0..1} In type {TimeReferenceCodeType} added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} +In type {TimeReferenceCodeType} added @listID {token}{0..1} +In type {TimeReferenceCodeType} added @listVersionID {token}{0..1} +In type {TimeReferenceCodeType} added @name {string}{0..1} In type {TradeAccountingAccountType} added {AccountingAmountTypeCodeType}{0..1} In type {TradeAccountingAccountType} added {TextType}{0..1} In type {TradeAccountingAccountType} added {TextType}{0..1} @@ -418,10 +432,6 @@ In type {TradeAddressType} modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} Extended cardinality from 1..1 to 0..1 -In type {TradeAddressType} modifying element: - old: {TextType}{0..1} in type {TradeAddressType} - new: {TextType}{0..*} in type {TradeAddressType} - Extended cardinality from 0..1 to 0..* In type {TradeAllowanceChargeType} added {TradeCurrencyExchangeType}{0..1} In type {TradeAllowanceChargeType} added {QuantityType}{0..1} In type {TradeAllowanceChargeType} added {IDType}{0..1} @@ -441,11 +451,6 @@ In type {TradeAllowanceChargeType} modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType} new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} Extended cardinality from 1..1 to 0..1 -In type {TradeAllowanceChargeType} modifying element: - old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Extended enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - added: [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, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101] In type {TradePartyType} added {TradeContactType}{0..*} In type {TradePartyType} added {TextType}{0..*} In type {TradePartyType} added {UniversalCommunicationType}{0..1} @@ -646,8 +651,6 @@ In type {TradeSettlementPaymentMeansType} modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType} new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] - added: [1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 43, 44, 45, 46, 47, 50, 51, 52, 53, 54, 55, 56, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96] In type {TradeTaxType} added {AmountType}{0..*} In type {TradeTaxType} added {QuantityType}{0..1} In type {TradeTaxType} added {TradeAccountingAccountType}{0..1} @@ -684,19 +687,10 @@ In type {TradeTaxType} modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] - added: [A, AA, AB, AC, AD, B, C, D, F, H, I, J, N] -In type {TradeTaxType} modifying element: - old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - Extended enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] - added: [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] In type {TradeTaxType} modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType} new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] - added: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD] In type {UniversalCommunicationType} added {CommunicationChannelCodeType}{0..1} In type {UniversalCommunicationType} added {TextType}{0..1} In type {UniversalCommunicationType} modifying element: diff --git a/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt b/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt index 436de7f..a0da1a6 100644 --- a/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt +++ b/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt @@ -1,24 +1,45 @@ -In type {FormattedDateTimeType} modifying attribute: - old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} - New restriction by enumeration from [] to [102, 203, 205, 209, 502, 602] +In type {ExchangedDocumentType} modifying element: + old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} + new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} + Narrowed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [] + removed: [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {TradeAddressType} modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} - Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] In type {TradeAllowanceChargeType} modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Narrowed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, 105] + Narrowed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] + removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] +In type {TradeSettlementPaymentMeansType} modifying element: + old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType} + new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} + Narrowed enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [] + removed: [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] +In type {TradeTaxType} modifying element: + old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} + new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] + removed: [AE, E, G, K, L, M, O, S, Z] +In type {TradeTaxType} modifying element: + old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} + new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [5, 29, 72] to [] + removed: [5, 29, 72] +In type {TradeTaxType} modifying element: + old: {TaxTypeCodeType}{1..1} in type {TradeTaxType} + new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [VAT] to [] + removed: [VAT] diff --git a/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt b/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt index c894864..a379346 100644 --- a/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt +++ b/src/test/resources/references/report_FACTUR-X_BASIC_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt @@ -43,8 +43,12 @@ /CrossIndustryInvoice/ExchangedDocument/RevisionID added {IDType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SignatoryDocumentAuthentication added {DocumentAuthenticationType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SubtypeCode added {CodeType}{0..1} in type {ExchangedDocumentType} -/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [] /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/ExchangedDocument/VersionID added {IDType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocumentContext/ApplicationSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} /CrossIndustryInvoice/ExchangedDocumentContext/BIMSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} @@ -83,7 +87,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -140,11 +144,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -211,7 +216,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -276,11 +281,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -370,11 +376,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -463,7 +470,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -520,11 +527,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -600,13 +608,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -631,8 +645,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TaxBasisAllowanceRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TaxPointDate added {DateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/CompleteDateTime added {DateTimeType}{0..1} in type {SpecifiedPeriodType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/ContinuousIndicator added {IndicatorType}{0..1} in type {SpecifiedPeriodType} @@ -665,8 +682,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange added {TradeCurrencyExchangeType}{0..1} in type {HeaderTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} changed cardinality from 1..1 to 0..1changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} changed cardinality from 1..1 to 0..1changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceDateTime added {DateTimeType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceIssuerReference added {TextType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument modifying element: old: {ReferencedDocumentType}{0..1} in type {HeaderTradeSettlementType}new: {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} changed cardinality from 0..1 to 0..* @@ -675,7 +695,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -732,11 +752,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -841,13 +862,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -872,8 +899,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate added {DateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -881,8 +911,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric added {NumericType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} @@ -975,12 +1008,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayerSpecifiedDebtorFinancialInstitution added {DebtorFinancialInstitutionType}{0..1} in type {TradeSettlementPaymentMeansType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode added {PaymentMeansChannelCodeType}{0..1} in type {TradeSettlementPaymentMeansType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentMethodCode added {CodeType}{0..1} in type {TradeSettlementPaymentMeansType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType}new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} changed cardinality from 1..1 to 0..1changed enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType}new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} changed cardinality from 1..1 to 0..1changed enumeration from [10, 20, 30, 42, 48, 49, 57, 58, 59, 97, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listAgencyID added @listAgencyID {PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID added @listID {token}{0..1} in type {PaymentMeansCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {PaymentMeansCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax added {TradeTaxType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange added {TradeCurrencyExchangeType}{0..1} in type {HeaderTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty added {TradePartyType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem modifying element: old: {SupplyChainTradeLineItemType}{1..*} in type {SupplyChainTradeTransactionType}new: {SupplyChainTradeLineItemType}{0..*} in type {SupplyChainTradeTransactionType} changed cardinality from 1..* to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AdditionalInformationNote added {NoteType}{0..*} in type {SupplyChainTradeLineItemType} @@ -1045,13 +1083,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -1076,8 +1120,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate added {DateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -1085,8 +1132,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric added {NumericType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} @@ -1131,13 +1181,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -1162,8 +1218,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate added {DateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -1171,8 +1230,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric added {NumericType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} @@ -1244,13 +1306,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -1275,8 +1343,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TaxBasisAllowanceRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TaxPointDate added {DateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/BillingSpecifiedPeriod/CompleteDateTime added {DateTimeType}{0..1} in type {SpecifiedPeriodType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/BillingSpecifiedPeriod/ContinuousIndicator added {IndicatorType}{0..1} in type {SpecifiedPeriodType} @@ -1324,13 +1395,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -1355,8 +1432,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxBasisAllowanceRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate added {DateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -1364,8 +1444,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric added {NumericType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} diff --git a/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B.txt b/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B.txt index 4ac5b59..e722e58 100644 --- a/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B.txt +++ b/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B.txt @@ -388,6 +388,66 @@ Added attribute @listAgencyName {string}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listAgencyName in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listAgencyName +Added attribute @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID + +Added attribute @listID {token}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID + +Added attribute @listID {token}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {PaymentMeansCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {ReferenceCodeType} + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listID + +Added attribute @listID {token}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + +Added attribute @listID {token}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + Added attribute @listName {string}{0..1} in type {CodeType} in ClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassCode/@listName in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@listName @@ -420,6 +480,12 @@ Added attribute @listSchemeURI {anyURI}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listSchemeURI in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listSchemeURI +Added attribute @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI + Added attribute @listURI {anyURI}{0..1} in type {CodeType} in ClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassCode/@listURI in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@listURI @@ -436,6 +502,98 @@ Added attribute @listURI {anyURI}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@listURI in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listURI +Added attribute @listURI {anyURI}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + +Added attribute @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {PaymentMeansCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {ReferenceCodeType} + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + Added attribute @name {string}{0..1} in type {CodeType} in ClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassCode/@name in ExemptionReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@name @@ -452,6 +610,37 @@ Added attribute @name {string}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/SubjectCode/@name in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@name +Added attribute @name {string}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@name + +Added attribute @name {string}{0..1} in type {ReferenceCodeType} + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@name + +Added attribute @name {string}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + Added attribute @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID @@ -703,6 +892,14 @@ Added attribute @schemeDataURI {anyURI}{0..1} in type {IDType} in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeDataURI in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/URIID/@schemeDataURI +Added attribute @schemeID {token}{0..1} in type {CountryIDType} + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID + in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeID + Added attribute @schemeName {string}{0..1} in type {IDType} in BICID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayeeSpecifiedCreditorFinancialInstitution/BICID/@schemeName in BuyerAssignedID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BuyerAssignedID/@schemeName @@ -865,6 +1062,14 @@ Added attribute @schemeURI {anyURI}{0..1} in type {IDType} in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeURI in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/URIID/@schemeURI +Added attribute @schemeVersionID {token}{0..1} in type {CountryIDType} + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeVersionID + Added attribute @schemeVersionID {token}{0..1} in type {IDType} in BICID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayeeSpecifiedCreditorFinancialInstitution/BICID/@schemeVersionID in BuyerAssignedID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BuyerAssignedID/@schemeVersionID @@ -2814,12 +3019,8 @@ Modifying attribute: Modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} - Changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B - Changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType + new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [] to [102, 203, 205, 209, 502, 602] - added: [102, 203, 205, 209, 502, 602] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format @@ -2977,8 +3178,8 @@ Modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] - added: [A, AA, AB, AC, AD, B, C, D, F, H, I, J, N] + Changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] + removed: [AE, E, G, K, L, M, O, S, Z] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode @@ -3028,24 +3229,14 @@ Modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID -Modifying element: - old: {TextType}{0..1} in type {TradeAddressType} - new: {TextType}{0..*} in type {TradeAddressType} - Changed cardinality from 0..1 to 0..* - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName - Modifying element: old: {TradeContactType}{0..1} in type {TradePartyType} new: {TradeContactType}{0..*} in type {TradePartyType} @@ -3093,8 +3284,8 @@ Modifying element: Modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - Changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] - added: [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] + Changed enumeration from [5, 29, 72] to [] + removed: [5, 29, 72] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode @@ -3129,8 +3320,8 @@ Modifying element: Modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType} new: {CountryIDType}{0..1} in type {TradeCountryType} - Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID Modifying element: @@ -3184,8 +3375,8 @@ Modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode Modifying element: @@ -3259,8 +3450,8 @@ Modifying element: Modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - added: [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, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101] + Changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] + removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode @@ -3281,8 +3472,8 @@ Modifying element: Modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - Changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] - added: [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] + Changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] + removed: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode @@ -3373,8 +3564,8 @@ Modifying element: Modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode Modifying element: @@ -3392,8 +3583,8 @@ Modifying element: Modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} - Changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 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, 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, 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, 205, 206, 207, 208, 209, 210, 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, 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, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 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, 382, 391, 392, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 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, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 621, 622, 624, 625, 626, 627, 628, 629, 630, 631, 632, 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, 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, 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, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 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, 878, 879, 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, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] + Changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] + removed: [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode @@ -3408,22 +3599,24 @@ Modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 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, 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, 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, 205, 206, 207, 208, 209, 210, 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, 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, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 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, 382, 391, 392, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 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, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 621, 622, 624, 625, 626, 627, 628, 629, 630, 631, 632, 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, 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, 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, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 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, 878, 879, 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, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] + Changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] + removed: [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] at /CrossIndustryInvoice/ExchangedDocument/TypeCode Modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType} new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} Changed cardinality from 1..1 to 0..1 + Changed enumeration from [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] to [] + removed: [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode Modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType} new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] - added: [AAO, AAP] + Changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] + removed: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode @@ -3457,8 +3650,8 @@ ELEMENTS: Added elements in XSD: 444 Added elements in XML: 938 - Modified elements in XSD: 77 - Modified elements in XML: 179 + Modified elements in XSD: 76 + Modified elements in XML: 174 Removed elements from XSD: 0 Removed elements from XML: 0 @@ -3466,8 +3659,8 @@ ELEMENTS: ATTRIBUTES: - Added attributes in XSD: 33 - Added attributes in XML: 903 + Added attributes in XSD: 59 + Added attributes in XML: 1056 Modified attributes in XSD: 5 Modified attributes in XML: 40 diff --git a/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt b/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt index 1915f18..3b8220d 100644 --- a/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt +++ b/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt @@ -1,4 +1,7 @@ In type {AllowanceChargeReasonCodeType} added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} +In type {AllowanceChargeReasonCodeType} added @listID {token}{0..1} +In type {AllowanceChargeReasonCodeType} added @listURI {anyURI}{0..1} +In type {AllowanceChargeReasonCodeType} added @listVersionID {token}{0..1} In type {AmountType} added @currencyCodeListVersionID {token}{0..1} In type {BinaryObjectType} added @characterSetCode {token}{0..1} In type {BinaryObjectType} added @encodingCode {token}{0..1} @@ -20,6 +23,8 @@ In type {CodeType} added @listSchemeURI {anyURI}{0..1} In type {CodeType} added @listURI {anyURI}{0..1} In type {CodeType} added @name {string}{0..1} In type {CountryIDType} added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} +In type {CountryIDType} added @schemeID {token}{0..1} +In type {CountryIDType} added @schemeVersionID {token}{0..1} In type {CreditorFinancialInstitutionType} added {IDType}{0..1} In type {CreditorFinancialInstitutionType} added {IDType}{0..1} In type {CreditorFinancialInstitutionType} added {IDType}{0..1} @@ -52,6 +57,9 @@ In type {CreditorFinancialInstitutionType} modifying element: Extended cardinality from 1..1 to 0..1 In type {CrossIndustryInvoiceType} added {ValuationBreakdownStatementType}{0..1} In type {CurrencyCodeType} added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} +In type {CurrencyCodeType} added @listID {token}{0..1} +In type {CurrencyCodeType} added @listURI {anyURI}{0..1} +In type {CurrencyCodeType} added @listVersionID {token}{0..1} In type {DateTimeType} added {dateTime}{0..1} In type {DateTimeType} modifying attribute: old: @format{string}{1..1} in type {DateTimeType} @@ -69,6 +77,10 @@ In type {DebtorFinancialAccountType} modifying element: new: {IDType}{0..1} in type {DebtorFinancialAccountType} Extended cardinality from 1..1 to 0..1 In type {DocumentCodeType} added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} +In type {DocumentCodeType} added @listID {token}{0..1} +In type {DocumentCodeType} added @listURI {anyURI}{0..1} +In type {DocumentCodeType} added @listVersionID {token}{0..1} +In type {DocumentCodeType} added @name {string}{0..1} In type {DocumentContextParameterType} added {DocumentVersionType}{0..1} In type {DocumentContextParameterType} added {TextType}{0..1} In type {DocumentContextParameterType} modifying element: @@ -134,11 +146,9 @@ In type {ExchangedDocumentType} modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 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, 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, 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, 205, 206, 207, 208, 209, 210, 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, 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, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 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, 382, 391, 392, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 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, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 621, 622, 624, 625, 626, 627, 628, 629, 630, 631, 632, 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, 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, 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, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 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, 878, 879, 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, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] In type {FormattedDateTimeType} modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} + new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} Extended cardinality from 1..1 to 0..1 In type {HeaderTradeAgreementType} added {TradeDeliveryTermsType}{0..1} In type {HeaderTradeAgreementType} added {TradePartyType}{0..1} @@ -215,8 +225,6 @@ In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] In type {HeaderTradeSettlementType} modifying element: old: {ReferencedDocumentType}{0..1} in type {HeaderTradeSettlementType} new: {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} @@ -241,11 +249,6 @@ In type {HeaderTradeSettlementType} modifying element: old: {TradeSettlementPaymentMeansType}{0..1} in type {HeaderTradeSettlementType} new: {TradeSettlementPaymentMeansType}{0..*} in type {HeaderTradeSettlementType} Extended cardinality from 0..1 to 0..* -In type {HeaderTradeSettlementType} modifying element: - old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] In type {IDType} added @schemeAgencyID {token}{0..1} In type {IDType} added @schemeAgencyName {string}{0..1} In type {IDType} added @schemeDataURI {anyURI}{0..1} @@ -348,6 +351,8 @@ In type {NoteType} modifying element: new: {CodeType}{0..*} in type {NoteType} Extended cardinality from 0..1 to 0..* In type {PaymentMeansCodeType} added @listAgencyID {PaymentMeansCodeListAgencyIDContentType}{0..1} +In type {PaymentMeansCodeType} added @listID {token}{0..1} +In type {PaymentMeansCodeType} added @listVersionID {token}{0..1} In type {PercentType} added @format {string}{0..1} In type {ProcuringProjectType} added {TextType}{0..1} In type {ProductCharacteristicType} added {ProductCharacteristicConditionType}{0..*} @@ -379,6 +384,9 @@ In type {QuantityType} added @unitCodeListAgencyID {token}{0..1} In type {QuantityType} added @unitCodeListAgencyName {string}{0..1} In type {QuantityType} added @unitCodeListID {token}{0..1} In type {ReferenceCodeType} added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} +In type {ReferenceCodeType} added @listID {token}{0..1} +In type {ReferenceCodeType} added @listVersionID {token}{0..1} +In type {ReferenceCodeType} added @name {string}{0..1} In type {ReferencedDocumentType} added {SpecifiedBinaryFileType}{0..*} In type {ReferencedDocumentType} added {CodeType}{0..1} In type {ReferencedDocumentType} added {IndicatorType}{0..1} @@ -403,16 +411,6 @@ In type {ReferencedDocumentType} modifying element: old: {TextType}{0..1} in type {ReferencedDocumentType} new: {TextType}{0..*} in type {ReferencedDocumentType} Extended cardinality from 0..1 to 0..* -In type {ReferencedDocumentType} modifying element: - old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - Extended enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] - added: [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] -In type {ReferencedDocumentType} modifying element: - old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} - new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} - Extended enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 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, 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, 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, 205, 206, 207, 208, 209, 210, 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, 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, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 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, 382, 391, 392, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 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, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 621, 622, 624, 625, 626, 627, 628, 629, 630, 631, 632, 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, 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, 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, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 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, 878, 879, 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, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] In type {SpecifiedPeriodType} added {DateTimeType}{0..1} In type {SpecifiedPeriodType} added {IndicatorType}{0..1} In type {SpecifiedPeriodType} added {TextType}{0..*} @@ -463,6 +461,9 @@ In type {SupplyChainTradeTransactionType} modifying element: new: {SupplyChainTradeLineItemType}{0..*} in type {SupplyChainTradeTransactionType} Extended cardinality from 1..* to 0..* In type {TaxCategoryCodeType} added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} +In type {TaxCategoryCodeType} added @listID {token}{0..1} +In type {TaxCategoryCodeType} added @listURI {anyURI}{0..1} +In type {TaxCategoryCodeType} added @listVersionID {token}{0..1} In type {TaxRegistrationType} added {RegisteredTaxType}{0..1} In type {TaxRegistrationType} added {IDType}{0..1} In type {TaxRegistrationType} modifying element: @@ -470,9 +471,15 @@ In type {TaxRegistrationType} modifying element: new: {IDType}{0..1} in type {TaxRegistrationType} Extended cardinality from 1..1 to 0..1 In type {TaxTypeCodeType} added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} +In type {TaxTypeCodeType} added @listID {token}{0..1} +In type {TaxTypeCodeType} added @listURI {anyURI}{0..1} +In type {TaxTypeCodeType} added @listVersionID {token}{0..1} In type {TextType} added @languageID {token}{0..1} In type {TextType} added @languageLocaleID {token}{0..1} In type {TimeReferenceCodeType} added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} +In type {TimeReferenceCodeType} added @listID {token}{0..1} +In type {TimeReferenceCodeType} added @listVersionID {token}{0..1} +In type {TimeReferenceCodeType} added @name {string}{0..1} In type {TradeAccountingAccountType} added {AccountingAmountTypeCodeType}{0..1} In type {TradeAccountingAccountType} added {TextType}{0..1} In type {TradeAccountingAccountType} added {TextType}{0..1} @@ -498,10 +505,6 @@ In type {TradeAddressType} modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} Extended cardinality from 1..1 to 0..1 -In type {TradeAddressType} modifying element: - old: {TextType}{0..1} in type {TradeAddressType} - new: {TextType}{0..*} in type {TradeAddressType} - Extended cardinality from 0..1 to 0..* In type {TradeAllowanceChargeType} added {TradeCurrencyExchangeType}{0..1} In type {TradeAllowanceChargeType} added {QuantityType}{0..1} In type {TradeAllowanceChargeType} added {IDType}{0..1} @@ -521,11 +524,6 @@ In type {TradeAllowanceChargeType} modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType} new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} Extended cardinality from 1..1 to 0..1 -In type {TradeAllowanceChargeType} modifying element: - old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Extended enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - added: [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, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101] In type {TradeContactType} added {UniversalCommunicationType}{0..1} In type {TradeContactType} added {UniversalCommunicationType}{0..1} In type {TradeContactType} added {IDType}{0..1} @@ -798,17 +796,8 @@ In type {TradeTaxType} modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] - added: [A, AA, AB, AC, AD, B, C, D, F, H, I, J, N] -In type {TradeTaxType} modifying element: - old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - Extended enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] - added: [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] In type {TradeTaxType} modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType} new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] - added: [AAO, AAP] In type {UniversalCommunicationType} added {CommunicationChannelCodeType}{0..1} diff --git a/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt b/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt index 878929c..6ab3fe0 100644 --- a/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt +++ b/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt @@ -1,34 +1,60 @@ -In type {FormattedDateTimeType} modifying attribute: - old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} - New restriction by enumeration from [] to [102, 203, 205, 209, 502, 602] +In type {ExchangedDocumentType} modifying element: + old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} + new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} + Narrowed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] + removed: [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {ReferencedDocumentType} modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - Narrowed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] - removed: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP] + Narrowed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] + removed: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] +In type {ReferencedDocumentType} modifying element: + old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} + new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} + Narrowed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] + removed: [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] In type {TradeAddressType} modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} - Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] In type {TradeAllowanceChargeType} modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Narrowed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, 105] + Narrowed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] + removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] In type {TradeCountryType} modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType} new: {CountryIDType}{0..1} in type {TradeCountryType} - Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] +In type {TradeSettlementPaymentMeansType} modifying element: + old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType} + new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} + Narrowed enumeration from [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] to [] + removed: [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] +In type {TradeTaxType} modifying element: + old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} + new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] + removed: [AE, E, G, K, L, M, O, S, Z] +In type {TradeTaxType} modifying element: + old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} + new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [5, 29, 72] to [] + removed: [5, 29, 72] +In type {TradeTaxType} modifying element: + old: {TaxTypeCodeType}{1..1} in type {TradeTaxType} + new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] + removed: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] diff --git a/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt b/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt index 4de8957..c0cb998 100644 --- a/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt +++ b/src/test/resources/references/report_FACTUR-X_EN16931_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt @@ -41,8 +41,12 @@ /CrossIndustryInvoice/ExchangedDocument/RevisionID added {IDType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SignatoryDocumentAuthentication added {DocumentAuthenticationType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SubtypeCode added {CodeType}{0..1} in type {ExchangedDocumentType} -/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/ExchangedDocument/VersionID added {IDType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocumentContext/ApplicationSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} /CrossIndustryInvoice/ExchangedDocumentContext/BIMSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} @@ -83,7 +87,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -106,15 +110,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -135,7 +146,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -158,15 +169,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -242,11 +260,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -317,7 +336,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -340,15 +359,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -378,7 +404,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -401,15 +427,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -480,11 +513,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -609,11 +643,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -714,7 +749,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -737,15 +772,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -765,7 +807,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -788,15 +830,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -869,11 +918,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -947,13 +997,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -977,8 +1033,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/CompleteDateTime added {DateTimeType}{0..1} in type {SpecifiedPeriodType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/ContinuousIndicator added {IndicatorType}{0..1} in type {SpecifiedPeriodType} @@ -1011,8 +1070,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange added {TradeCurrencyExchangeType}{0..1} in type {HeaderTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} changed cardinality from 1..1 to 0..1changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} changed cardinality from 1..1 to 0..1changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceDateTime added {DateTimeType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceIssuerReference added {TextType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument modifying element: old: {ReferencedDocumentType}{0..1} in type {HeaderTradeSettlementType}new: {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} changed cardinality from 0..1 to 0..* @@ -1027,7 +1089,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -1050,15 +1112,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -1134,11 +1203,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..1} in type {TradeAddressType}new: {TextType}{0..*} in type {TradeAddressType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -1241,13 +1311,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -1271,8 +1347,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -1280,8 +1359,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric added {NumericType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} @@ -1428,12 +1510,17 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayerSpecifiedDebtorFinancialInstitution added {DebtorFinancialInstitutionType}{0..1} in type {TradeSettlementPaymentMeansType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode added {PaymentMeansChannelCodeType}{0..1} in type {TradeSettlementPaymentMeansType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentMethodCode added {CodeType}{0..1} in type {TradeSettlementPaymentMeansType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType}new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} changed cardinality from 1..1 to 0..1 +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType}new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} changed cardinality from 1..1 to 0..1changed enumeration from [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listAgencyID added @listAgencyID {PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID added @listID {token}{0..1} in type {PaymentMeansCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {PaymentMeansCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax added {TradeTaxType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange added {TradeCurrencyExchangeType}{0..1} in type {HeaderTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty added {TradePartyType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem modifying element: old: {SupplyChainTradeLineItemType}{1..*} in type {SupplyChainTradeTransactionType}new: {SupplyChainTradeLineItemType}{0..*} in type {SupplyChainTradeTransactionType} changed cardinality from 1..* to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AdditionalInformationNote added {NoteType}{0..*} in type {SupplyChainTradeLineItemType} @@ -1482,7 +1569,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -1505,15 +1592,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -1544,13 +1638,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -1574,8 +1674,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -1583,8 +1686,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric added {NumericType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} @@ -1629,13 +1735,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -1659,8 +1771,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -1668,8 +1783,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric added {NumericType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} @@ -1739,7 +1857,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -1762,15 +1880,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [50, 80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 916, 935] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -1790,13 +1915,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -1820,8 +1951,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/BillingSpecifiedPeriod/CompleteDateTime added {DateTimeType}{0..1} in type {SpecifiedPeriodType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/BillingSpecifiedPeriod/ContinuousIndicator added {IndicatorType}{0..1} in type {SpecifiedPeriodType} @@ -1880,13 +2014,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AE, E, G, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -1910,8 +2050,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{1..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -1919,8 +2062,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric added {NumericType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} @@ -2035,8 +2181,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/Name/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/NetVolumeMeasure added {MeasureType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/NetWeightMeasure added {MeasureType}{0..1} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/Name added {TextType}{0..*} in type {TradeCountryType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/SubordinateTradeCountrySubDivision added {TradeCountrySubDivisionType}{0..*} in type {TradeCountryType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/PresentationSpecifiedBinaryFile added {SpecifiedBinaryFileType}{0..*} in type {TradeProductType} diff --git a/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B.txt b/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B.txt index a262445..20c9e46 100644 --- a/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B.txt +++ b/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B.txt @@ -143,6 +143,12 @@ Added attribute @format {string}{0..1} in type {BinaryObjectType} in AttachmentBinaryObject at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/AttachmentBinaryObject/@format in AttachmentBinaryObject at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/AttachmentBinaryObject/@format +Added attribute @format {string}{0..1} in type {NumericType} + in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric/@format + in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format + in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format + in SequenceNumeric at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric/@format + Added attribute @format {string}{0..1} in type {PercentType} in CalculationPercent at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CalculationPercent/@format in CalculationPercent at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/CalculationPercent/@format @@ -161,6 +167,9 @@ Added attribute @format {string}{0..1} in type {PercentType} in RateApplicablePercent at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/RateApplicablePercent/@format in RateApplicablePercent at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/RateApplicablePercent/@format +Added attribute @format {string}{0..1} in type {RateType} + in ConversionRate at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/ConversionRate/@format + Added attribute @languageID {token}{0..1} in type {CodeType} in ClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassCode/@languageID in ContentCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/ContentCode/@languageID @@ -1229,6 +1238,153 @@ Added attribute @listAgencyName {string}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listAgencyName in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/TypeCode/@listAgencyName +Added attribute @listID {token}{0..1} in type {AccountingAccountTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID + +Added attribute @listID {token}{0..1} in type {ContactTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID + in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID + in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID + +Added attribute @listID {token}{0..1} in type {DeliveryTermsCodeType} + in DeliveryTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listID + +Added attribute @listID {token}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {LineStatusCodeType} + in LineStatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listID + +Added attribute @listID {token}{0..1} in type {PartyRoleCodeType} + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID + +Added attribute @listID {token}{0..1} in type {PaymentMeansCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {ReferenceCodeType} + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID + +Added attribute @listID {token}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID + +Added attribute @listID {token}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID + +Added attribute @listID {token}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID + +Added attribute @listID {token}{0..1} in type {TransportModeCodeType} + in ModeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listID + Added attribute @listName {string}{0..1} in type {CodeType} in ClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassCode/@listName in ContentCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/ContentCode/@listName @@ -1335,6 +1491,16 @@ Added attribute @listSchemeURI {anyURI}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listSchemeURI in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/TypeCode/@listSchemeURI +Added attribute @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI + Added attribute @listURI {anyURI}{0..1} in type {CodeType} in ClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassCode/@listURI in ContentCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/ContentCode/@listURI @@ -1388,6 +1554,228 @@ Added attribute @listURI {anyURI}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@listURI in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/TypeCode/@listURI +Added attribute @listURI {anyURI}{0..1} in type {ContactTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI + in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listURI + in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listURI + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {LineStatusCodeType} + in LineStatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listURI + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI + +Added attribute @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID + in ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {ContactTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID + in SourceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listVersionID + in TargetCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listVersionID + in TaxCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {DeliveryTermsCodeType} + in DeliveryTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {LineStatusCodeType} + in LineStatusCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {PartyRoleCodeType} + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listVersionID + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {PaymentMeansCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {ReferenceCodeType} + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TaxCategoryCodeType} + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID + in CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TaxTypeCodeType} + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {TransportModeCodeType} + in ModeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listVersionID + Added attribute @name {string}{0..1} in type {CodeType} in ClassCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/DesignatedProductClassification/ClassCode/@name in ContentCode at /CrossIndustryInvoice/ExchangedDocument/IncludedNote/ContentCode/@name @@ -1441,6 +1829,85 @@ Added attribute @name {string}{0..1} in type {CodeType} in SubjectCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/IncludedNote/SubjectCode/@name in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/TypeCode/@name +Added attribute @name {string}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@name + in TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@name + +Added attribute @name {string}{0..1} in type {PartyRoleCodeType} + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@name + in RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@name + +Added attribute @name {string}{0..1} in type {ReferenceCodeType} + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@name + in ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@name + +Added attribute @name {string}{0..1} in type {TimeReferenceCodeType} + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name + in DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name + +Added attribute @name {string}{0..1} in type {TransportModeCodeType} + in ModeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@name + Added attribute @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID @@ -2153,6 +2620,43 @@ Added attribute @schemeDataURI {anyURI}{0..1} in type {IDType} in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/URIID/@schemeDataURI in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/URIID/@schemeDataURI +Added attribute @schemeID {token}{0..1} in type {CountryIDType} + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID + in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeID + Added attribute @schemeName {string}{0..1} in type {IDType} in BICID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayeeSpecifiedCreditorFinancialInstitution/BICID/@schemeName in BatchID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/BatchID/@schemeName @@ -2603,6 +3107,43 @@ Added attribute @schemeURI {anyURI}{0..1} in type {IDType} in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/URIID/@schemeURI in URIID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/URIID/@schemeURI +Added attribute @schemeVersionID {token}{0..1} in type {CountryIDType} + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID + in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeVersionID + Added attribute @schemeVersionID {token}{0..1} in type {IDType} in BICID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayeeSpecifiedCreditorFinancialInstitution/BICID/@schemeVersionID in BatchID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IndividualTradeProductInstance/BatchID/@schemeVersionID @@ -2864,6 +3405,11 @@ Added attribute @unitCodeListID {token}{0..1} in type {QuantityType} in PackageQuantity at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/PackageQuantity/@unitCodeListID in UnitQuantity at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/IncludedReferencedProduct/UnitQuantity/@unitCodeListID +Added attribute @unitCodeListVersionID {token}{0..1} in type {MeasureType} + in BasisPeriodMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/BasisPeriodMeasure/@unitCodeListVersionID + in BasisPeriodMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/BasisPeriodMeasure/@unitCodeListVersionID + in ValueMeasure at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueMeasure/@unitCodeListVersionID + Added attribute @uri {anyURI}{0..1} in type {BinaryObjectType} in AttachmentBinaryObject at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/AttachmentBinaryObject/@uri in AttachmentBinaryObject at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/AttachmentBinaryObject/@uri @@ -5796,12 +6342,8 @@ Modifying attribute: Modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} - Changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B - Changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType + new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [] to [102, 203, 205, 209, 502, 602] - added: [102, 203, 205, 209, 502, 602] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format @@ -6028,8 +6570,8 @@ Modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] - added: [N] + Changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] + removed: [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode @@ -6095,8 +6637,8 @@ Modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID @@ -6132,12 +6674,51 @@ Modifying element: at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID +Modifying element: + old: {TextType}{0..*} in type {TradeAddressType} + new: {TextType}{0..1} in type {TradeAddressType} + Changed cardinality from 0..* to 0..1 + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName + Modifying element: old: {DeliveryTermsCodeType}{1..1} in type {TradeDeliveryTermsType} new: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [1, 2, CFR, CIF, CIP, CPT, DAP, DAT, DDP, EXW, FAS, FCA, FOB] to [1, 2, CFR, CIF, CIP, CPT, DAP, DDP, DPU, EXW, FAS, FCA, FOB] - added: [DPU] + Changed enumeration from [1, 2, CFR, CIF, CIP, CPT, DAP, DAT, DDP, EXW, FAS, FCA, FOB] to [] + removed: [1, 2, CFR, CIF, CIP, CPT, DAP, DAT, DDP, EXW, FAS, FCA, FOB] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode Modifying element: @@ -6209,8 +6790,8 @@ Modifying element: Modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - Changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] - added: [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] + Changed enumeration from [5, 29, 72] to [] + removed: [5, 29, 72] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode @@ -6255,8 +6836,8 @@ Modifying element: Modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType} new: {CountryIDType}{0..1} in type {TradeCountryType} - Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID Modifying element: @@ -6341,8 +6922,8 @@ Modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode Modifying element: @@ -6363,13 +6944,6 @@ Modifying element: Changed cardinality from 1..1 to 0..1 at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineID -Modifying element: - old: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType} - new: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType} - Changed enumeration from [] to [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] - added: [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] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode - Modifying element: old: {AmountType}{1..1} in type {TradeSettlementHeaderMonetarySummationType} new: {AmountType}{0..*} in type {TradeSettlementHeaderMonetarySummationType} @@ -6401,8 +6975,6 @@ Modifying element: old: {TransportModeCodeType}{1..1} in type {LogisticsTransportMovementType} new: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] - added: [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode Modifying element: @@ -6463,8 +7035,8 @@ Modifying element: Modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - added: [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, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101] + Changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] + removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode @@ -6479,8 +7051,8 @@ Modifying element: Modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - Changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] - added: [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] + Changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] + removed: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode @@ -6506,8 +7078,6 @@ Modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType} new: {PartyRoleCodeType}{0..*} in type {TradePartyType} Changed cardinality from 0..1 to 0..* - Changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] - added: [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode @@ -6541,8 +7111,8 @@ Modifying element: Modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode Modifying element: @@ -6585,8 +7155,8 @@ Modifying element: Modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode Modifying element: @@ -6598,8 +7168,8 @@ Modifying element: Modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode Modifying element: @@ -6627,33 +7197,18 @@ Modifying element: at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementHeaderMonetarySummation/TotalPrepaidAmount Modifying element: - old: {ContactTypeCodeType}{0..1} in type {TradeContactType} - new: {ContactTypeCodeType}{0..1} in type {TradeContactType} - Changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] - added: [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode - at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode + old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType} + new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType} + Changed enumeration from [1, 2, 3, 4, 5, 6, 7] to [] + removed: [1, 2, 3, 4, 5, 6, 7] + at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode + at /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode Modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} - Changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [897, 898, 899, 900, 902, 903, 904, 905, 906, 907, 908, 909, 912] + Changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] + removed: [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode @@ -6679,21 +7234,23 @@ Modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [897, 898, 899, 900, 902, 903, 904, 905, 906, 907, 908, 909, 912] + Changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] + removed: [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] at /CrossIndustryInvoice/ExchangedDocument/TypeCode Modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType} new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} Changed cardinality from 1..1 to 0..1 + Changed enumeration from [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] to [] + removed: [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode Modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType} new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} - Changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] - added: [AAO, AAP] + Changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] + removed: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode @@ -6750,7 +7307,7 @@ ELEMENTS: Added elements in XML: 1983 Modified elements in XSD: 96 - Modified elements in XML: 349 + Modified elements in XML: 367 Removed elements from XSD: 0 Removed elements from XML: 0 @@ -6758,8 +7315,8 @@ ELEMENTS: ATTRIBUTES: - Added attributes in XSD: 39 - Added attributes in XML: 2805 + Added attributes in XSD: 85 + Added attributes in XML: 3259 Modified attributes in XSD: 5 Modified attributes in XML: 87 diff --git a/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt b/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt index 08f54ae..e0a68bf 100644 --- a/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt +++ b/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt @@ -1,10 +1,16 @@ In type {AccountingAccountTypeCodeType} added @listAgencyID {token}{0..1} +In type {AccountingAccountTypeCodeType} added @listID {token}{0..1} +In type {AccountingAccountTypeCodeType} added @listURI {anyURI}{0..1} +In type {AccountingAccountTypeCodeType} added @listVersionID {token}{0..1} In type {AdvancePaymentType} added {ReferencedDocumentType}{0..*} In type {AdvancePaymentType} modifying element: old: {TradeTaxType}{1..*} in type {AdvancePaymentType} new: {TradeTaxType}{0..*} in type {AdvancePaymentType} Extended cardinality from 1..* to 0..* In type {AllowanceChargeReasonCodeType} added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} +In type {AllowanceChargeReasonCodeType} added @listID {token}{0..1} +In type {AllowanceChargeReasonCodeType} added @listURI {anyURI}{0..1} +In type {AllowanceChargeReasonCodeType} added @listVersionID {token}{0..1} In type {AmountType} added @currencyCodeListVersionID {token}{0..1} In type {BinaryObjectType} added @characterSetCode {token}{0..1} In type {BinaryObjectType} added @encodingCode {token}{0..1} @@ -26,7 +32,12 @@ In type {CodeType} added @listSchemeURI {anyURI}{0..1} In type {CodeType} added @listURI {anyURI}{0..1} In type {CodeType} added @name {string}{0..1} In type {ContactTypeCodeType} added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} +In type {ContactTypeCodeType} added @listID {token}{0..1} +In type {ContactTypeCodeType} added @listURI {anyURI}{0..1} +In type {ContactTypeCodeType} added @listVersionID {token}{0..1} In type {CountryIDType} added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} +In type {CountryIDType} added @schemeID {token}{0..1} +In type {CountryIDType} added @schemeVersionID {token}{0..1} In type {CreditorFinancialInstitutionType} added {IDType}{0..1} In type {CreditorFinancialInstitutionType} added {IDType}{0..1} In type {CreditorFinancialInstitutionType} added {IDType}{0..1} @@ -59,6 +70,9 @@ In type {CreditorFinancialInstitutionType} modifying element: Extended cardinality from 1..1 to 0..1 In type {CrossIndustryInvoiceType} added {ValuationBreakdownStatementType}{0..1} In type {CurrencyCodeType} added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} +In type {CurrencyCodeType} added @listID {token}{0..1} +In type {CurrencyCodeType} added @listURI {anyURI}{0..1} +In type {CurrencyCodeType} added @listVersionID {token}{0..1} In type {DateTimeType} added {dateTime}{0..1} In type {DateTimeType} modifying attribute: old: @format{string}{1..1} in type {DateTimeType} @@ -76,7 +90,13 @@ In type {DebtorFinancialAccountType} modifying element: new: {IDType}{0..1} in type {DebtorFinancialAccountType} Extended cardinality from 1..1 to 0..1 In type {DeliveryTermsCodeType} added @listAgencyID {DeliveryTermsCodeListAgencyIDContentType}{0..1} +In type {DeliveryTermsCodeType} added @listID {token}{0..1} +In type {DeliveryTermsCodeType} added @listVersionID {token}{0..1} In type {DocumentCodeType} added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} +In type {DocumentCodeType} added @listID {token}{0..1} +In type {DocumentCodeType} added @listURI {anyURI}{0..1} +In type {DocumentCodeType} added @listVersionID {token}{0..1} +In type {DocumentCodeType} added @name {string}{0..1} In type {DocumentContextParameterType} added {DocumentVersionType}{0..1} In type {DocumentContextParameterType} added {TextType}{0..1} In type {DocumentContextParameterType} modifying element: @@ -134,11 +154,9 @@ In type {ExchangedDocumentType} modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [897, 898, 899, 900, 902, 903, 904, 905, 906, 907, 908, 909, 912] In type {FormattedDateTimeType} modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} + new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} Extended cardinality from 1..1 to 0..1 In type {HeaderTradeAgreementType} added {TradePartyType}{0..1} In type {HeaderTradeAgreementType} added {TradePartyType}{0..*} @@ -197,8 +215,6 @@ In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] In type {HeaderTradeSettlementType} modifying element: old: {ReferencedDocumentType}{0..1} in type {HeaderTradeSettlementType} new: {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} @@ -211,11 +227,6 @@ In type {HeaderTradeSettlementType} modifying element: old: {TradeSettlementHeaderMonetarySummationType}{1..1} in type {HeaderTradeSettlementType} new: {TradeSettlementHeaderMonetarySummationType}{0..1} in type {HeaderTradeSettlementType} Extended cardinality from 1..1 to 0..1 -In type {HeaderTradeSettlementType} modifying element: - old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] In type {IDType} added @schemeAgencyID {token}{0..1} In type {IDType} added @schemeAgencyName {string}{0..1} In type {IDType} added @schemeDataURI {anyURI}{0..1} @@ -227,6 +238,9 @@ In type {LegalOrganizationType} added {LegalRegist In type {LegalOrganizationType} added {CodeType}{0..1} In type {LegalOrganizationType} added {TextType}{0..1} In type {LineStatusCodeType} added @listAgencyID {LineStatusCodeListAgencyIDContentType}{0..1} +In type {LineStatusCodeType} added @listID {token}{0..1} +In type {LineStatusCodeType} added @listURI {anyURI}{0..1} +In type {LineStatusCodeType} added @listVersionID {token}{0..1} In type {LineTradeAgreementType} added {TradeDeliveryTermsType}{0..1} In type {LineTradeAgreementType} added {TextType}{0..1} In type {LineTradeAgreementType} added {TradePartyType}{0..*} @@ -328,6 +342,7 @@ In type {LogisticsTransportMovementType} modifying element: old: {TransportModeCodeType}{1..1} in type {LogisticsTransportMovementType} new: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType} Extended cardinality from 1..1 to 0..1 +In type {MeasureType} added @unitCodeListVersionID {token}{0..1} In type {NoteType} added {IDType}{0..1} In type {NoteType} added {TextType}{0..1} In type {NoteType} modifying element: @@ -338,8 +353,14 @@ In type {NoteType} modifying element: old: {CodeType}{0..1} in type {NoteType} new: {CodeType}{0..*} in type {NoteType} Extended cardinality from 0..1 to 0..* +In type {NumericType} added @format {string}{0..1} In type {PartyRoleCodeType} added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} +In type {PartyRoleCodeType} added @listID {token}{0..1} +In type {PartyRoleCodeType} added @listVersionID {token}{0..1} +In type {PartyRoleCodeType} added @name {string}{0..1} In type {PaymentMeansCodeType} added @listAgencyID {PaymentMeansCodeListAgencyIDContentType}{0..1} +In type {PaymentMeansCodeType} added @listID {token}{0..1} +In type {PaymentMeansCodeType} added @listVersionID {token}{0..1} In type {PercentType} added @format {string}{0..1} In type {ProcuringProjectType} added {TextType}{0..1} In type {ProductCharacteristicType} added {ProductCharacteristicConditionType}{0..*} @@ -371,7 +392,11 @@ In type {ProductClassificationType} modifying element: In type {QuantityType} added @unitCodeListAgencyID {token}{0..1} In type {QuantityType} added @unitCodeListAgencyName {string}{0..1} In type {QuantityType} added @unitCodeListID {token}{0..1} +In type {RateType} added @format {string}{0..1} In type {ReferenceCodeType} added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} +In type {ReferenceCodeType} added @listID {token}{0..1} +In type {ReferenceCodeType} added @listVersionID {token}{0..1} +In type {ReferenceCodeType} added @name {string}{0..1} In type {ReferencedDocumentType} added {SpecifiedBinaryFileType}{0..*} In type {ReferencedDocumentType} added {CodeType}{0..1} In type {ReferencedDocumentType} added {IndicatorType}{0..1} @@ -392,16 +417,6 @@ In type {ReferencedDocumentType} modifying element: old: {BinaryObjectType}{0..1} in type {ReferencedDocumentType} new: {BinaryObjectType}{0..*} in type {ReferencedDocumentType} Extended cardinality from 0..1 to 0..* -In type {ReferencedDocumentType} modifying element: - old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - Extended enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] - added: [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] -In type {ReferencedDocumentType} modifying element: - old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} - new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} - Extended enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [897, 898, 899, 900, 902, 903, 904, 905, 906, 907, 908, 909, 912] In type {ReferencedProductType} added {IDType}{0..*} In type {ReferencedProductType} added {CodeType}{0..*} In type {ReferencedProductType} modifying element: @@ -503,6 +518,9 @@ In type {SupplyChainTradeTransactionType} modifying element: new: {SupplyChainTradeLineItemType}{0..*} in type {SupplyChainTradeTransactionType} Extended cardinality from 1..* to 0..* In type {TaxCategoryCodeType} added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} +In type {TaxCategoryCodeType} added @listID {token}{0..1} +In type {TaxCategoryCodeType} added @listURI {anyURI}{0..1} +In type {TaxCategoryCodeType} added @listVersionID {token}{0..1} In type {TaxRegistrationType} added {RegisteredTaxType}{0..1} In type {TaxRegistrationType} added {IDType}{0..1} In type {TaxRegistrationType} modifying element: @@ -510,9 +528,15 @@ In type {TaxRegistrationType} modifying element: new: {IDType}{0..1} in type {TaxRegistrationType} Extended cardinality from 1..1 to 0..1 In type {TaxTypeCodeType} added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} +In type {TaxTypeCodeType} added @listID {token}{0..1} +In type {TaxTypeCodeType} added @listURI {anyURI}{0..1} +In type {TaxTypeCodeType} added @listVersionID {token}{0..1} In type {TextType} added @languageID {token}{0..1} In type {TextType} added @languageLocaleID {token}{0..1} In type {TimeReferenceCodeType} added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} +In type {TimeReferenceCodeType} added @listID {token}{0..1} +In type {TimeReferenceCodeType} added @listVersionID {token}{0..1} +In type {TimeReferenceCodeType} added @name {string}{0..1} In type {TradeAccountingAccountType} added {AccountingAmountTypeCodeType}{0..1} In type {TradeAccountingAccountType} added {TextType}{0..1} In type {TradeAccountingAccountType} added {TextType}{0..1} @@ -554,11 +578,6 @@ In type {TradeAllowanceChargeType} modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType} new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} Extended cardinality from 1..1 to 0..1 -In type {TradeAllowanceChargeType} modifying element: - old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Extended enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - added: [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, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 61, 69, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 94, 96, 97, 98, 99, 101] In type {TradeContactType} added {UniversalCommunicationType}{0..1} In type {TradeContactType} added {IDType}{0..1} In type {TradeContactType} added {UniversalCommunicationType}{0..1} @@ -576,16 +595,6 @@ In type {TradeCurrencyExchangeType} added {Refere In type {TradeCurrencyExchangeType} added {IDType}{0..1} In type {TradeCurrencyExchangeType} added {NumericType}{0..1} In type {TradeCurrencyExchangeType} added {NumericType}{0..1} -In type {TradeCurrencyExchangeType} modifying element: - old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] -In type {TradeCurrencyExchangeType} modifying element: - old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] In type {TradeDeliveryTermsType} added {CodeType}{0..1} In type {TradeDeliveryTermsType} added {TextType}{0..*} In type {TradeDeliveryTermsType} added {DeliveryTermsFunctionCodeType}{0..1} @@ -595,8 +604,6 @@ In type {TradeDeliveryTermsType} modifying element: old: {DeliveryTermsCodeType}{1..1} in type {TradeDeliveryTermsType} new: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [1, 2, CFR, CIF, CIP, CPT, DAP, DAT, DDP, EXW, FAS, FCA, FOB] to [1, 2, CFR, CIF, CIP, CPT, DAP, DDP, DPU, EXW, FAS, FCA, FOB] - added: [DPU] In type {TradePartyType} added {UniversalCommunicationType}{0..1} In type {TradePartyType} added {SpecifiedBinaryFileType}{0..*} In type {TradePartyType} added {IDType}{0..*} @@ -877,21 +884,12 @@ In type {TradeTaxType} modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] - added: [N] -In type {TradeTaxType} modifying element: - old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} - Extended enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] - added: [1, 2, 3, 4, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] In type {TradeTaxType} modifying element: old: {AmountType}{0..1} in type {TradeTaxType} new: {AmountType}{0..*} in type {TradeTaxType} Extended cardinality from 0..1 to 0..* -In type {TradeTaxType} modifying element: - old: {TaxTypeCodeType}{0..1} in type {TradeTaxType} - new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} - Extended enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] - added: [AAO, AAP] In type {TransportModeCodeType} added @listAgencyID {TransportModeCodeListAgencyIDContentType}{0..1} +In type {TransportModeCodeType} added @listID {token}{0..1} +In type {TransportModeCodeType} added @listVersionID {token}{0..1} +In type {TransportModeCodeType} added @name {string}{0..1} In type {UniversalCommunicationType} added {CommunicationChannelCodeType}{0..1} diff --git a/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt b/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt index 8356879..cb63273 100644 --- a/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt +++ b/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt @@ -1,65 +1,84 @@ -In type {DocumentLineDocumentType} modifying element: - old: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType} - new: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType} - New restriction by enumeration from [] to [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] -In type {FormattedDateTimeType} modifying attribute: - old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType} - new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} - New restriction by enumeration from [] to [102, 203, 205, 209, 502, 602] +In type {ExchangedDocumentType} modifying element: + old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} + new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} + Narrowed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] + removed: [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] -In type {LogisticsTransportMovementType} modifying element: - old: {TransportModeCodeType}{1..1} in type {LogisticsTransportMovementType} - new: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType} - New restriction by enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {ReferencedDocumentType} modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType} - Narrowed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] - removed: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP] + Narrowed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] + removed: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] +In type {ReferencedDocumentType} modifying element: + old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} + new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType} + Narrowed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] + removed: [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +In type {TradeAccountingAccountType} modifying element: + old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType} + new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType} + Narrowed enumeration from [1, 2, 3, 4, 5, 6, 7] to [] + removed: [1, 2, 3, 4, 5, 6, 7] In type {TradeAddressType} modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} - Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] +In type {TradeAddressType} modifying element: + old: {TextType}{0..*} in type {TradeAddressType} + new: {TextType}{0..1} in type {TradeAddressType} + Restricted cardinality from 0..* to 0..1 In type {TradeAllowanceChargeType} modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType} - Narrowed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] - removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, 105] -In type {TradeContactType} modifying element: - old: {ContactTypeCodeType}{0..1} in type {TradeContactType} - new: {ContactTypeCodeType}{0..1} in type {TradeContactType} - New restriction by enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] + Narrowed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] + removed: [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] In type {TradeCountryType} modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType} new: {CountryIDType}{0..1} in type {TradeCountryType} - Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] In type {TradeCurrencyExchangeType} modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {TradeCurrencyExchangeType} modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {TradeDeliveryTermsType} modifying element: old: {DeliveryTermsCodeType}{1..1} in type {TradeDeliveryTermsType} new: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType} - Narrowed enumeration from [1, 2, CFR, CIF, CIP, CPT, DAP, DAT, DDP, EXW, FAS, FCA, FOB] to [1, 2, CFR, CIF, CIP, CPT, DAP, DDP, DPU, EXW, FAS, FCA, FOB] - removed: [DAT] -In type {TradePartyType} modifying element: - old: {PartyRoleCodeType}{0..1} in type {TradePartyType} - new: {PartyRoleCodeType}{0..*} in type {TradePartyType} - New restriction by enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] + Narrowed enumeration from [1, 2, CFR, CIF, CIP, CPT, DAP, DAT, DDP, EXW, FAS, FCA, FOB] to [] + removed: [1, 2, CFR, CIF, CIP, CPT, DAP, DAT, DDP, EXW, FAS, FCA, FOB] +In type {TradeSettlementPaymentMeansType} modifying element: + old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType} + new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} + Narrowed enumeration from [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] to [] + removed: [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] +In type {TradeTaxType} modifying element: + old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType} + new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] + removed: [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] +In type {TradeTaxType} modifying element: + old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} + new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [5, 29, 72] to [] + removed: [5, 29, 72] +In type {TradeTaxType} modifying element: + old: {TaxTypeCodeType}{0..1} in type {TradeTaxType} + new: {TaxTypeCodeType}{0..1} in type {TradeTaxType} + Narrowed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] + removed: [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] diff --git a/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt b/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt index 1c5c97e..a2c4142 100644 --- a/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt +++ b/src/test/resources/references/report_FACTUR-X_EXTENDED_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt @@ -72,8 +72,12 @@ /CrossIndustryInvoice/ExchangedDocument/RevisionID added {IDType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SignatoryDocumentAuthentication added {DocumentAuthenticationType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SubtypeCode added {CodeType}{0..1} in type {ExchangedDocumentType} -/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/ExchangedDocument/VersionID added {IDType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocumentContext/ApplicationSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} /CrossIndustryInvoice/ExchangedDocumentContext/BIMSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} @@ -114,7 +118,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -136,15 +140,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -152,8 +163,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/AdditionalReferencedDocument/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryDiscontinuationCode added {CodeType}{0..1} in type {TradeDeliveryTermsType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode modifying element: old: {DeliveryTermsCodeType}{1..1} in type {TradeDeliveryTermsType}new: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType} changed cardinality from 1..1 to 0..1changed enumeration from [1, 2, CFR, CIF, CIP, CPT, DAP, DAT, DDP, EXW, FAS, FCA, FOB] to [1, 2, CFR, CIF, CIP, CPT, DAP, DDP, DPU, EXW, FAS, FCA, FOB] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode modifying element: old: {DeliveryTermsCodeType}{1..1} in type {TradeDeliveryTermsType}new: {DeliveryTermsCodeType}{0..1} in type {TradeDeliveryTermsType} changed cardinality from 1..1 to 0..1changed enumeration from [1, 2, CFR, CIF, CIP, CPT, DAP, DAT, DDP, EXW, FAS, FCA, FOB] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listAgencyID added @listAgencyID {DeliveryTermsCodeListAgencyIDContentType}{0..1} in type {DeliveryTermsCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listID added @listID {token}{0..1} in type {DeliveryTermsCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/DeliveryTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DeliveryTermsCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/Description added {TextType}{0..*} in type {TradeDeliveryTermsType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/FunctionCode added {DeliveryTermsFunctionCodeType}{0..1} in type {TradeDeliveryTermsType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ApplicableTradeDeliveryTerms/PartialDeliveryAllowedIndicator added {IndicatorType}{0..1} in type {TradeDeliveryTermsType} @@ -199,8 +212,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -230,10 +245,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -258,8 +276,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -278,10 +299,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -339,7 +363,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -361,15 +385,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -420,8 +451,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -451,10 +484,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -479,8 +515,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -499,10 +538,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -590,8 +632,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -621,10 +665,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -649,8 +696,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -669,10 +719,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -729,7 +782,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -751,15 +804,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ContractReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -811,8 +871,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -842,10 +904,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -870,8 +935,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -890,10 +958,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/ProductEndUserTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -952,7 +1023,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -974,15 +1045,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/QuotationReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -1032,8 +1110,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -1063,10 +1143,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -1091,8 +1174,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -1111,10 +1197,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SalesAgentTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -1172,7 +1261,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -1194,15 +1283,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerOrderReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -1250,8 +1346,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -1281,10 +1379,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -1309,8 +1410,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -1329,10 +1433,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTaxRepresentativeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -1420,8 +1527,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -1451,10 +1560,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -1479,8 +1591,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -1499,10 +1614,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -1569,7 +1687,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -1591,15 +1709,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/UltimateCustomerOrderReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -1635,7 +1760,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -1657,15 +1782,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DeliveryNoteReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -1683,7 +1815,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -1705,15 +1837,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/DespatchAdviceReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -1733,7 +1872,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -1755,15 +1894,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ReceivingAdviceReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -1796,8 +1942,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/Cycle added {TextType}{0..1} in type {LogisticsTransportMovementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ID added {IDType}{0..1} in type {LogisticsTransportMovementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/Mode added {TextType}{0..1} in type {LogisticsTransportMovementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode modifying element: old: {TransportModeCodeType}{1..1} in type {LogisticsTransportMovementType}new: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType} changed cardinality from 1..1 to 0..1changed enumeration from [] to [0, 1, 2, 3, 4, 5, 6, 7, 8, 9] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode modifying element: old: {TransportModeCodeType}{1..1} in type {LogisticsTransportMovementType}new: {TransportModeCodeType}{0..1} in type {LogisticsTransportMovementType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listAgencyID added @listAgencyID {TransportModeCodeListAgencyIDContentType}{0..1} in type {TransportModeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listID added @listID {token}{0..1} in type {TransportModeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@listVersionID added @listVersionID {token}{0..1} in type {TransportModeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ModeCode/@name added @name {string}{0..1} in type {TransportModeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/Service added {TextType}{0..1} in type {LogisticsTransportMovementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/ServiceCode added {CodeType}{0..1} in type {LogisticsTransportMovementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/RelatedSupplyChainConsignment/SpecifiedLogisticsTransportMovement/StageCode added {TransportMovementStageCodeType}{0..1} in type {LogisticsTransportMovementType} @@ -1849,8 +1998,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -1880,10 +2031,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -1908,8 +2062,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -1928,10 +2085,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipFromTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -2018,8 +2178,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -2049,10 +2211,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -2077,8 +2242,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -2097,10 +2265,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -2187,8 +2358,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -2218,10 +2391,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -2246,8 +2422,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -2266,10 +2445,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -2329,13 +2511,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -2360,8 +2548,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ApplicableTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/CompleteDateTime/DateTime added {dateTime}{0..1} in type {DateTimeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/BillingSpecifiedPeriod/CompleteDateTime/DateTimeString/@format modifying attribute: old: @format{string}{1..1} in type {DateTimeType}new: @format{string}{0..1} in type {DateTimeType} changed cardinality from 1..1 to 0..1 @@ -2397,8 +2588,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange added {TradeCurrencyExchangeType}{0..1} in type {HeaderTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} changed cardinality from 1..1 to 0..1changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} changed cardinality from 1..1 to 0..1changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceDateTime added {DateTimeType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceIssuerReference/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceIssuerReference/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} @@ -2414,7 +2608,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -2436,15 +2630,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -2492,8 +2693,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -2523,10 +2726,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -2551,8 +2757,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -2571,10 +2780,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -2661,8 +2873,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -2692,10 +2906,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -2720,8 +2937,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -2740,10 +2960,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoicerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -2833,8 +3056,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -2864,10 +3089,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -2892,8 +3120,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -2912,10 +3143,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -3002,8 +3236,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -3033,10 +3269,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -3061,8 +3300,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -3081,10 +3323,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/PayerTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -3147,9 +3392,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/ID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/Name added {TextType}{0..1} in type {TradeAccountingAccountType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode added {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [1, 2, 3, 4, 5, 6, 7] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID added @listAgencyID {token}{0..1} in type {AccountingAccountTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID added @listID {token}{0..1} in type {AccountingAccountTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SalesSpecifiedTradeAccountingAccount added {TradeAccountingAccountType}{0..*} in type {HeaderTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/FormattedReceivedDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/FormattedReceivedDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax modifying element: old: {TradeTaxType}{1..*} in type {AdvancePaymentType}new: {TradeTaxType}{0..*} in type {AdvancePaymentType} changed cardinality from 1..* to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/AllowanceChargeBasisAmount modifying element: old: {AmountType}{0..1} in type {TradeTaxType}new: {AmountType}{0..*} in type {TradeTaxType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/AllowanceChargeBasisAmount/@currencyCodeListVersionID added @currencyCodeListVersionID {token}{0..1} in type {AmountType} @@ -3164,13 +3413,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -3195,8 +3450,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/IncludedTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/InvoiceSpecifiedReferencedDocument added {ReferencedDocumentType}{0..*} in type {AdvancePaymentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedAdvancePayment/PaidAmount/@currencyCodeListVersionID added @currencyCodeListVersionID {token}{0..1} in type {AmountType} @@ -3219,13 +3477,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -3250,8 +3514,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/AppliedTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasis added {TextType}{0..1} in type {LogisticsServiceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedLogisticsServiceCharge/CalculationBasisCode added {LogisticsChargeCalculationBasisCodeType}{0..1} in type {LogisticsServiceChargeType} @@ -3289,13 +3556,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -3320,8 +3593,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -3329,19 +3605,25 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric/@format added @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/ActualDiscountAmount/@currencyCodeListVersionID added @currencyCodeListVersionID {token}{0..1} in type {AmountType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/BasisAmount/@currencyCodeListVersionID added @currencyCodeListVersionID {token}{0..1} in type {AmountType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/BasisDateTime/DateTime added {dateTime}{0..1} in type {DateTimeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/BasisDateTime/DateTimeString/@format modifying attribute: old: @format{string}{1..1} in type {DateTimeType}new: @format{string}{0..1} in type {DateTimeType} changed cardinality from 1..1 to 0..1 +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/BasisPeriodMeasure/@unitCodeListVersionID added @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentDiscountTerms/CalculationPercent/@format added @format {string}{0..1} in type {PercentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/ActualPenaltyAmount/@currencyCodeListVersionID added @currencyCodeListVersionID {token}{0..1} in type {AmountType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/BasisAmount/@currencyCodeListVersionID added @currencyCodeListVersionID {token}{0..1} in type {AmountType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/BasisDateTime/DateTime added {dateTime}{0..1} in type {DateTimeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/BasisDateTime/DateTimeString/@format modifying attribute: old: @format{string}{1..1} in type {DateTimeType}new: @format{string}{0..1} in type {DateTimeType} changed cardinality from 1..1 to 0..1 +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/BasisPeriodMeasure/@unitCodeListVersionID added @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/ApplicableTradePaymentPenaltyTerms/CalculationPercent/@format added @format {string}{0..1} in type {PercentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/BillStartDateTime added {DateTimeType}{0..1} in type {TradePaymentTermsType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/Description modifying element: old: {TextType}{0..1} in type {TradePaymentTermsType}new: {TextType}{0..*} in type {TradePaymentTermsType} changed cardinality from 0..1 to 0..* @@ -3405,8 +3687,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -3436,10 +3720,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -3464,8 +3751,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -3484,10 +3774,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradePaymentTerms/PayeeTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -3652,21 +3945,33 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PayerSpecifiedDebtorFinancialInstitution added {DebtorFinancialInstitutionType}{0..1} in type {TradeSettlementPaymentMeansType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentChannelCode added {PaymentMeansChannelCodeType}{0..1} in type {TradeSettlementPaymentMeansType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/PaymentMethodCode added {CodeType}{0..1} in type {TradeSettlementPaymentMeansType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType}new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} changed cardinality from 1..1 to 0..1 +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode modifying element: old: {PaymentMeansCodeType}{1..1} in type {TradeSettlementPaymentMeansType}new: {PaymentMeansCodeType}{0..1} in type {TradeSettlementPaymentMeansType} changed cardinality from 1..1 to 0..1changed enumeration from [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, 74, 75, 76, 77, 78, 91, 92, 93, 94, 95, 96, 97, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listAgencyID added @listAgencyID {PaymentMeansCodeListAgencyIDContentType}{0..1} in type {PaymentMeansCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listID added @listID {token}{0..1} in type {PaymentMeansCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SpecifiedTradeSettlementPaymentMeans/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {PaymentMeansCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/SubtotalCalculatedTradeTax added {TradeTaxType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/AssociatedReferencedDocument added {ReferencedDocumentType}{0..*} in type {TradeCurrencyExchangeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/ConversionRate/@format added @format {string}{0..1} in type {RateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/ConversionRateDateTime/DateTime added {dateTime}{0..1} in type {DateTimeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/ConversionRateDateTime/DateTimeString/@format modifying attribute: old: @format{string}{1..1} in type {DateTimeType}new: @format{string}{0..1} in type {DateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/MarketID added {IDType}{0..1} in type {TradeCurrencyExchangeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/SourceUnitBasisNumeric added {NumericType}{0..1} in type {TradeCurrencyExchangeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}new: {CurrencyCodeType}{1..1} in type {TradeCurrencyExchangeType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxApplicableTradeCurrencyExchange/TargetUnitBaseNumeric added {NumericType}{0..1} in type {TradeCurrencyExchangeType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode modifying element: old: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType}changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/TaxCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/UltimatePayeeTradeParty added {TradePartyType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem modifying element: old: {SupplyChainTradeLineItemType}{1..*} in type {SupplyChainTradeTransactionType}new: {SupplyChainTradeLineItemType}{0..*} in type {SupplyChainTradeTransactionType} changed cardinality from 1..* to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AdditionalInformationNote added {NoteType}{0..*} in type {SupplyChainTradeLineItemType} @@ -3699,8 +4004,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineID/@schemeName added @schemeName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode modifying element: old: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType}new: {LineStatusCodeType}{0..1} in type {DocumentLineDocumentType}changed enumeration from [] to [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] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listAgencyID added @listAgencyID {LineStatusCodeListAgencyIDContentType}{0..1} in type {LineStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listID added @listID {token}{0..1} in type {LineStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listURI added @listURI {anyURI}{0..1} in type {LineStatusCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusCode/@listVersionID added @listVersionID {token}{0..1} in type {LineStatusCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusReasonCode/@listAgencyID added @listAgencyID {token}{0..1} in type {CodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/AssociatedDocumentLineDocument/LineStatusReasonCode/@listAgencyName added @listAgencyName {string}{0..1} in type {CodeType} @@ -3730,7 +4037,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -3752,15 +4059,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/AdditionalReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -3779,7 +4093,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -3801,15 +4115,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/BuyerOrderReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -3829,7 +4150,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -3851,15 +4172,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/ContractReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -3889,13 +4217,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -3920,8 +4254,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -3929,8 +4266,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format added @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AppliedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/AssociatedReferencedDocument added {ReferencedDocumentType}{0..*} in type {TradePriceType} @@ -3956,13 +4297,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -3987,8 +4334,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/IncludedTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/MaximumQuantity added {QuantityType}{0..1} in type {TradePriceType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/GrossPriceProductTradePrice/MinimumQuantity added {QuantityType}{0..1} in type {TradePriceType} @@ -4023,13 +4373,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -4054,8 +4410,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -4063,8 +4422,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/SequenceNumeric/@format added @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AppliedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/AssociatedReferencedDocument added {ReferencedDocumentType}{0..*} in type {TradePriceType} @@ -4090,13 +4453,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -4121,8 +4490,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/IncludedTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/MaximumQuantity added {QuantityType}{0..1} in type {TradePriceType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/NetPriceProductTradePrice/MinimumQuantity added {QuantityType}{0..1} in type {TradePriceType} @@ -4143,7 +4515,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -4165,15 +4537,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/QuotationReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -4193,7 +4572,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -4215,15 +4594,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeAgreement/UltimateCustomerOrderReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -4267,7 +4653,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -4289,15 +4675,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DeliveryNoteReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -4315,7 +4708,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -4337,15 +4730,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/DespatchAdviceReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -4374,7 +4774,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -4396,15 +4796,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ReceivingAdviceReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -4456,8 +4863,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -4487,10 +4896,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -4515,8 +4927,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -4535,10 +4950,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/ShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -4627,8 +5045,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeURI added @schemeURI {anyURI}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelephoneUniversalCommunication/URIID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TelexUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode modifying element: old: {ContactTypeCodeType}{0..1} in type {TradeContactType}new: {ContactTypeCodeType}{0..1} in type {TradeContactType}changed enumeration from [] to [AA, AB, AC, AD, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BR, BS, BT, BU, CA, CB, CC, CD, CE, CF, CG, CN, CO, CP, CR, CW, DE, DI, DL, EB, EC, ED, EX, GR, HE, HG, HM, IC, IN, LB, LO, MC, MD, MH, MR, MS, NT, OC, PA, PD, PE, PM, QA, QC, RD, RP, SA, SC, SD, SR, SU, TA, TD, TI, TR, WH, WI, WJ, WK, ZZZ] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listAgencyID added @listAgencyID {ContactTypeCodeListAgencyIDContentType}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listID added @listID {token}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {ContactTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ContactTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/DefinedTradeContact/VOIPUniversalCommunication added {UniversalCommunicationType}{0..1} in type {TradeContactType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/Description modifying element: old: {TextType}{0..1} in type {TradePartyType}new: {TextType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/Description/@languageID added @languageID {token}{0..1} in type {TextType} @@ -4658,10 +5078,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -4686,8 +5109,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/PostalTradeAddress/TypeCode added {AddressTypeCodeType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RegisteredID added {IDType}{0..*} in type {TradePartyType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/Role added {TextType}{0..*} in type {TradePartyType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..*changed enumeration from [] to [AA, AB, AE, AF, AG, AH, AI, AJ, AK, AL, AM, AN, AO, AP, AQ, AR, AS, AT, AU, AV, AW, AX, AY, AZ, B1, B2, BA, BB, BC, BD, BE, BF, BG, BH, BI, BJ, BK, BL, BM, BN, BO, BP, BQ, BS, BT, BU, BV, BW, BX, BY, BZ, C1, C2, CA, CB, CC, CD, CE, CF, CG, CH, CI, CJ, CK, CL, CM, CN, CNX, CNY, CNZ, CO, COA, COB, COC, COD, COE, COF, COG, COH, COI, COJ, COK, COL, COM, CON, COO, COP, COQ, COR, COS, COT, COU, COV, COW, COX, COY, COZ, CP, CPA, CPB, CPC, CPD, CPE, CPF, CPG, CPH, CPI, CPJ, CPK, CPL, CPM, CPN, CPO, CQ, CR, CS, CT, CU, CV, CW, CX, CY, CZ, DA, DB, DC, DCP, DCQ, DCR, DCS, DCT, DCU, DCV, DCW, DCX, DCY, DCZ, DD, DDA, DDB, DDC, DDD, DDE, DDF, DDG, DDH, DDI, DDJ, DDK, DDL, DDM, DDN, DDO, DDP, DDQ, DDR, DDS, DDT, DDU, DDV, DDW, DDX, DDY, DDZ, DE, DEA, DEB, DEC, DED, DEE, DEF, DEG, DEH, DEI, DEJ, DEK, DEL, DEM, DEN, DEO, DEP, DEQ, DER, DES, DET, DEU, DEV, DEW, DEX, DEY, DEZ, DF, DFA, DFB, DFC, DFD, DFE, DFF, DFG, DFH, DFI, DFJ, DFK, DFL, DFM, DFN, DFO, DFP, DFQ, DFR, DFS, DFT, DFU, DFV, DFW, DFX, DFY, DFZ, DG, DGA, DGB, DGC, DGD, DGE, DGF, DGG, DGH, DGI, DGJ, DGK, DGL, DGM, DGN, DGO, DGP, DGQ, DGR, DGS, DGT, DGU, DGV, DGW, DH, DI, DJ, DK, DL, DM, DN, DO, DP, DQ, DR, DS, DT, DU, DV, DW, DX, DY, DZ, EA, EB, EC, ED, EE, EF, EG, EH, EI, EJ, EK, EL, EM, EN, EO, EP, EQ, ER, ES, ET, EU, EV, EW, EX, EY, EZ, FA, FB, FC, FD, FE, FF, FG, FH, FI, FJ, FK, FL, FM, FN, FO, FP, FQ, FR, FS, FT, FU, FV, FW, FX, FY, FZ, GA, GB, GC, GD, GE, GF, GH, GI, GJ, GK, GL, GM, GN, GO, GP, GQ, GR, GS, GT, GU, GV, GW, GX, GY, GZ, HA, HB, HC, HD, HE, HF, HG, HH, HI, HJ, HK, HL, HM, HN, HO, HP, HQ, HR, HS, HT, HU, HV, HW, HX, HY, HZ, I1, I2, IB, IC, ID, IE, IF, IG, IH, II, IJ, IL, IM, IN, IO, IP, IQ, IR, IS, IT, IU, IV, IW, IX, IY, IZ, JA, JB, JC, JD, JE, JF, JG, JH, LA, LB, LC, LD, LE, LF, LG, LH, LI, LJ, LK, LL, LM, LN, LO, LP, LQ, LR, LS, LT, LU, LV, MA, MAD, MDR, MF, MG, MI, MOP, MP, MR, MS, MT, N2, NI, OA, OB, OC, OD, OE, OF, OG, OH, OI, OJ, OK, OL, OM, ON, OO, OP, OQ, OR, OS, OT, OU, OV, OW, OX, OY, OZ, P1, P2, P3, P4, PA, PAD, PB, PC, PD, PE, PF, PG, PH, PI, PJ, PK, PM, PN, PO, POA, PQ, PR, PS, PT, PW, PX, PY, PZ, RA, RB, RCA, RCR, RE, RF, RH, RI, RL, RM, RP, RS, RV, RW, SB, SE, SF, SG, SI, SN, SO, SPC, SR, SS, ST, SU, SX, SY, SZ, TA, TB, TC, TCP, TCR, TD, TE, TF, TG, TH, TI, TJ, TK, TL, TM, TN, TO, TP, TQ, TR, TS, TT, TU, TV, TW, TX, TY, TZ, UA, UB, UC, UD, UE, UF, UG, UH, UHP, UI, UJ, UK, UL, UM, UN, UO, UP, UQ, UR, US, UT, UU, UV, UW, UX, UY, UZ, VA, VB, VC, VE, VF, VG, VH, VI, VJ, VK, VL, VM, VN, VO, VP, VQ, VR, VS, VT, VU, VV, VW, VX, VY, VZ, WA, WB, WC, WD, WE, WF, WG, WH, WI, WJ, WK, WL, WM, WN, WO, WP, WPA, WQ, WR, WS, WT, WU, WV, WW, WX, WY, WZ, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode modifying element: old: {PartyRoleCodeType}{0..1} in type {TradePartyType}new: {PartyRoleCodeType}{0..*} in type {TradePartyType} changed cardinality from 0..1 to 0..* /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listAgencyID added @listAgencyID {PartyRoleCodeListAgencyIDContentType}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listID added @listID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@listVersionID added @listVersionID {token}{0..1} in type {PartyRoleCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/RoleCode/@name added @name {string}{0..1} in type {PartyRoleCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/AuthorizedLegalRegistration added {LegalRegistrationType}{0..*} in type {LegalOrganizationType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/ID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} @@ -4706,10 +5132,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CityName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName modifying element: old: {TextType}{0..*} in type {TradeAddressType}new: {TextType}{0..1} in type {TradeAddressType} changed cardinality from 0..* to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/CountrySubDivisionName/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeDelivery/UltimateShipToTradeParty/SpecifiedLegalOrganization/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} @@ -4766,7 +5195,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -4788,15 +5217,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/AdditionalReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -4817,13 +5253,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -4848,8 +5290,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ApplicableTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/BillingSpecifiedPeriod/CompleteDateTime/DateTime added {dateTime}{0..1} in type {DateTimeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/BillingSpecifiedPeriod/CompleteDateTime/DateTimeString/@format modifying attribute: old: @format{string}{1..1} in type {DateTimeType}new: @format{string}{0..1} in type {DateTimeType} changed cardinality from 1..1 to 0..1 @@ -4885,7 +5330,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/CategoryCode added {CodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/CopyIndicator added {IndicatorType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/EffectiveSpecifiedPeriod added {SpecifiedPeriodType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{TimePointFormatCodeContentType}{0..1} in type {FormattedDateTimeType} changed type namespace from urn:un:unece:uncefact:data:standard:QualifiedDataType:100 to urn:un:unece:uncefact:codelist:standard:UNECE:TimePointFormatCode:D21B changed type from FormattedDateTimeFormatContentType to TimePointFormatCodeContentType changed cardinality from 1..1 to 0..1changed enumeration from [] to [102, 203, 205, 209, 502, 602] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/FormattedIssueDateTime/DateTimeString/@format modifying attribute: old: @format{FormattedDateTimeFormatContentType}{1..1} in type {FormattedDateTimeType}new: @format{FormattedDateTimeFormatContentType}{0..1} in type {FormattedDateTimeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/GlobalID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/IncludedNote added {NoteType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/Information added {TextType}{0..*} in type {ReferencedDocumentType} @@ -4907,15 +5352,22 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/PageID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/PreviousRevisionID added {IDType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReceiptDateTime added {DateTimeType}{0..1} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode modifying element: old: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}new: {ReferenceCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAN, AAO, AAP, AAQ, AAR, AAS, AAT, AAU, AAV, AAW, AAX, AAY, AAZ, ABA, ABB, ABC, ABD, ABE, ABF, ABG, ABH, ABI, ABJ, ABK, ABL, ABM, ABN, ABO, ABP, ABQ, ABR, ABS, ABT, ABU, ABV, ABW, ABX, ABY, ABZ, AC, ACA, ACB, ACC, ACD, ACE, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACN, ACO, ACP, ACQ, ACR, ACT, ACU, ACV, ACW, ACX, ACY, ACZ, ADA, ADB, ADC, ADD, ADE, ADF, ADG, ADI, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADT, ADU, ADV, ADW, ADX, ADY, ADZ, AE, AEA, AEB, AEC, AED, AEE, AEF, AEG, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AEQ, AER, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AF, AFA, AFB, AFC, AFD, AFE, AFF, AFG, AFH, AFI, AFJ, AFK, AFL, AFM, AFN, AFO, AFP, AFQ, AFR, AFS, AFT, AFU, AFV, AFW, AFX, AFY, AFZ, AGA, AGB, AGC, AGD, AGE, AGF, AGG, AGH, AGI, AGJ, AGK, AGL, AGM, AGN, AGO, AGP, AGQ, AGR, AGS, AGT, AGU, AGV, AGW, AGX, AGY, AGZ, AHA, AHB, AHC, AHD, AHE, AHF, AHG, AHH, AHI, AHJ, AHK, AHL, AHM, AHN, AHO, AHP, AHQ, AHR, AHS, AHT, AHU, AHV, AHX, AHY, AHZ, AIA, AIB, AIC, AID, AIE, AIF, AIG, AIH, AII, AIJ, AIK, AIL, AIM, AIN, AIO, AIP, AIQ, AIR, AIS, AIT, AIU, AIV, AIW, AIX, AIY, AIZ, AJA, AJB, AJC, AJD, AJE, AJF, AJG, AJH, AJI, AJJ, AJK, AJL, AJM, AJN, AJO, AJP, AJQ, AJR, AJS, AJT, AJU, AJV, AJW, AJX, AJY, AJZ, AKA, AKB, AKC, AKD, AKE, AKF, AKG, AKH, AKI, AKJ, AKK, AKL, AKM, AKN, AKO, AKP, AKQ, AKR, AKS, AKT, AKU, AKV, AKW, AKX, AKY, AKZ, ALA, ALB, ALC, ALD, ALE, ALF, ALG, ALH, ALI, ALJ, ALK, ALL, ALM, ALN, ALO, ALP, ALQ, ALR, ALS, ALT, ALU, ALV, ALW, ALX, ALY, ALZ, AMA, AMB, AMC, AMD, AME, AMF, AMG, AMH, AMI, AMJ, AMK, AML, AMM, AMN, AMO, AMP, AMQ, AMR, AMS, AMT, AMU, AMV, AMW, AMX, AMY, AMZ, ANA, ANB, ANC, AND, ANE, ANF, ANG, ANH, ANI, ANJ, ANK, ANL, ANM, ANN, ANO, ANP, ANQ, ANR, ANS, ANT, ANU, ANV, ANW, ANX, ANY, AOA, AOD, AOE, AOF, AOG, AOH, AOI, AOJ, AOK, AOL, AOM, AON, AOO, AOP, AOQ, AOR, AOS, AOT, AOU, AOV, AOW, AOX, AOY, AOZ, AP, APA, APB, APC, APD, APE, APF, APG, APH, API, APJ, APK, APL, APM, APN, APO, APP, APQ, APR, APS, APT, APU, APV, APW, APX, APY, APZ, AQA, AQB, AQC, AQD, AQE, AQF, AQG, AQH, AQI, AQJ, AQK, AQL, AQM, AQN, AQO, AQP, AQQ, AQR, AQS, AQT, AQU, AQV, AQW, AQX, AQY, AQZ, ARA, ARB, ARC, ARD, ARE, ARF, ARG, ARH, ARI, ARJ, ARK, ARL, ARM, ARN, ARO, ARP, ARQ, ARR, ARS, ART, ARU, ARV, ARW, ARX, ARY, ARZ, ASA, ASB, ASC, ASD, ASE, ASF, ASG, ASH, ASI, ASJ, ASK, ASL, ASM, ASN, ASO, ASP, ASQ, ASR, ASS, AST, ASU, ASV, ASW, ASX, ASY, ASZ, ATA, ATB, ATC, ATD, ATE, ATF, ATG, ATH, ATI, ATJ, ATK, ATL, ATM, ATN, ATO, ATP, ATQ, ATR, ATS, ATT, ATU, ATV, ATW, ATX, ATY, ATZ, AU, AUA, AUB, AUC, AUD, AUE, AUF, AUG, AUH, AUI, AUJ, AUK, AUL, AUM, AUN, AUO, AUP, AUQ, AUR, AUS, AUT, AUU, AUV, AUW, AUX, AUY, AUZ, AV, AVA, AVB, AVC, AVD, AVE, AVF, AVG, AVH, AVI, AVJ, AVK, AVL, AVM, AVN, AVO, AVP, AVQ, AVR, AVS, AVT, AVU, AVV, AVW, AVX, AVY, AVZ, AWA, AWB, AWC, AWD, AWE, AWF, AWG, AWH, AWI, AWJ, AWK, AWL, AWM, AWN, AWO, AWP, AWQ, AWR, AWS, AWT, AWU, AWV, AWW, AWX, AWY, AWZ, AXA, AXB, AXC, AXD, AXE, AXF, AXG, AXH, AXI, AXJ, AXK, AXL, AXM, AXN, AXO, AXP, AXQ, AXR, AXS, BA, BC, BD, BE, BH, BM, BN, BO, BR, BT, BTP, BW, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CBA, CBB, CD, CEC, CED, CFE, CFF, CFO, CG, CH, CK, CKN, CM, CMR, CN, CNO, COF, CP, CR, CRN, CS, CST, CT, CU, CV, CW, CZ, DA, DAN, DB, DI, DL, DM, DQ, DR, EA, EB, ED, EE, EEP, EI, EN, EQ, ER, ERN, ET, EX, FC, FF, FI, FLW, FN, FO, FS, FT, FV, FX, GA, GC, GD, GDN, GN, HS, HWB, IA, IB, ICA, ICE, ICO, II, IL, INB, INN, INO, IP, IS, IT, IV, JB, JE, LA, LAN, LAR, LB, LC, LI, LO, LRC, LS, MA, MB, MF, MG, MH, MR, MRN, MS, MSS, MWB, NA, NF, OH, OI, ON, OP, OR, PB, PC, PD, PE, PF, PI, PK, PL, POR, PP, PQ, PR, PS, PW, PY, RA, RC, RCN, RE, REN, RF, RR, RT, SA, SB, SD, SE, SEA, SF, SH, SI, SM, SN, SP, SQ, SRN, SS, STA, SW, SZ, TB, TCR, TE, TF, TI, TIN, TL, TN, TP, UAR, UC, UCN, UN, UO, URI, VA, VC, VGR, VM, VN, VON, VOR, VP, VR, VS, VT, VV, WE, WM, WN, WR, WS, WY, XA, XC, XP, ZZZ] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listAgencyID added @listAgencyID {ReferenceCodeListAgencyIDContentType}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listID added @listID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {ReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/ReferenceTypeCode/@name added @name {string}{0..1} in type {ReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/RevisionID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/SectionName added {TextType}{0..*} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/StatusCode added {DocumentStatusCodeType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/SubordinateLineID added {IDType}{0..1} in type {ReferencedDocumentType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/SubtypeCode added {CodeType}{0..*} in type {ReferencedDocumentType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode modifying element: old: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}new: {DocumentCodeType}{0..1} in type {ReferencedDocumentType}changed enumeration from [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 890, 891, 892, 893, 894, 895, 896, 901, 910, 911, 913, 914, 915, 916, 917, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/URIID/@schemeAgencyID added @schemeAgencyID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/URIID/@schemeAgencyName added @schemeAgencyName {string}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/InvoiceReferencedDocument/URIID/@schemeDataURI added @schemeDataURI {anyURI}{0..1} in type {IDType} @@ -4936,7 +5388,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/ID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {IDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/Name added {TextType}{0..1} in type {TradeAccountingAccountType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/SetTriggerCode added {AccountingDocumentCodeType}{0..1} in type {TradeAccountingAccountType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode modifying element: old: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}new: {AccountingAccountTypeCodeType}{0..1} in type {TradeAccountingAccountType}changed enumeration from [1, 2, 3, 4, 5, 6, 7] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listAgencyID added @listAgencyID {token}{0..1} in type {AccountingAccountTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listID added @listID {token}{0..1} in type {AccountingAccountTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {AccountingAccountTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/ReceivableSpecifiedTradeAccountingAccount/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {AccountingAccountTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SalesSpecifiedTradeAccountingAccount added {TradeAccountingAccountType}{0..*} in type {LineTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedFinancialAdjustment added {FinancialAdjustmentType}{0..*} in type {LineTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedLogisticsServiceCharge added {LogisticsServiceChargeType}{0..*} in type {LineTradeSettlementType} @@ -4962,13 +5418,19 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculatedRate added {RateType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationMethodCode added {CodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CalculationSequenceNumeric added {NumericType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, N, O, S, Z] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode modifying element: old: {TaxCategoryCodeType}{1..1} in type {TradeTaxType}new: {TaxCategoryCodeType}{0..1} in type {TradeTaxType} changed cardinality from 1..1 to 0..1changed enumeration from [A, AA, AB, AC, AD, AE, B, C, D, E, F, G, H, I, J, K, L, M, O, S, Z] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listAgencyID added @listAgencyID {TaxCategoryCodeListAgencyIDContentType}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listID added @listID {token}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listURI added @listURI {anyURI}{0..1} in type {TaxCategoryCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxCategoryCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CategoryName added {TextType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CurrencyCode added {CurrencyCodeType}{0..1} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/CustomsDutyIndicator added {IndicatorType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 41, 42, 43, 44, 45, 46, 47, 48, 52, 53, 54, 55, 56, 57, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode modifying element: old: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}new: {TimeReferenceCodeType}{0..1} in type {TradeTaxType}changed enumeration from [5, 29, 72] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listAgencyID added @listAgencyID {TimeReferenceCodeListAgencyIDContentType}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listID added @listID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TimeReferenceCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/DueDateTypeCode/@name added @name {string}{0..1} in type {TimeReferenceCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/ExemptionReasonCode/@languageID added @languageID {token}{0..1} in type {CodeType} @@ -4993,8 +5455,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/Date added {date}{0..1} in type {DateType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TaxPointDate/DateString/@format modifying attribute: old: @format{string}{1..1} in type {DateType}new: @format{string}{0..1} in type {DateType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/Type added {TextType}{0..1} in type {TradeTaxType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, AAO, AAP, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode modifying element: old: {TaxTypeCodeType}{0..1} in type {TradeTaxType}new: {TaxTypeCodeType}{0..1} in type {TradeTaxType}changed enumeration from [AAA, AAB, AAC, AAD, AAE, AAF, AAG, AAH, AAI, AAJ, AAK, AAL, AAM, ADD, BOL, CAP, CAR, COC, CST, CUD, CVD, ENV, EXC, EXP, FET, FRE, GCN, GST, ILL, IMP, IND, LAC, LCN, LDP, LOC, LST, MCA, MCD, OTH, PDB, PDC, PRF, SCN, SSS, STT, SUP, SUR, SWT, TAC, TOT, TOX, TTA, VAD, VAT] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listAgencyID added @listAgencyID {TaxTypeCodeListAgencyIDContentType}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listID added @listID {token}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {TaxTypeCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {TaxTypeCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/CategoryTradeTax/UnitBasisAmount added {AmountType}{0..*} in type {TradeTaxType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator modifying element: old: {IndicatorType}{1..1} in type {TradeAllowanceChargeType}new: {IndicatorType}{0..1} in type {TradeAllowanceChargeType} changed cardinality from 1..1 to 0..1 /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ChargeIndicator/IndicatorString added {null}{0..1} in type {IndicatorType} @@ -5002,8 +5467,12 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/PrepaidIndicator added {IndicatorType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageID added @languageID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/Reason/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [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, ZZZ] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode modifying element: old: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}new: {AllowanceChargeReasonCodeType}{0..1} in type {TradeAllowanceChargeType}changed enumeration from [AA, AAA, AAC, AAD, AAE, AAF, AAH, AAI, AAS, AAT, AAV, AAY, AAZ, ABA, ABB, ABC, ABD, ABF, ABK, ABL, ABN, ABR, ABS, ABT, ABU, ACF, ACG, ACH, ACI, ACJ, ACK, ACL, ACM, ACS, ADC, ADE, ADJ, ADK, ADL, ADM, ADN, ADO, ADP, ADQ, ADR, ADT, ADW, ADY, ADZ, AEA, AEB, AEC, AED, AEF, AEH, AEI, AEJ, AEK, AEL, AEM, AEN, AEO, AEP, AES, AET, AEU, AEV, AEW, AEX, AEY, AEZ, AJ, AU, CA, CAB, CAD, CAE, CAF, CAI, CAJ, CAK, CAL, CAM, CAN, CAO, CAP, CAQ, CAR, CAS, CAT, CAU, CAV, CAW, CAX, CAY, CAZ, CD, CG, CS, CT, DAB, DAC, DAD, DAF, DAG, DAH, DAI, DAJ, DAK, DAL, DAM, DAN, DAO, DAP, DAQ, DL, EG, EP, ER, FAA, FAB, FAC, FC, FH, FI, GAA, HAA, HD, HH, IAA, IAB, ID, IF, IR, IS, KO, L1, LA, LAA, LAB, LF, MAE, MI, ML, NAA, OA, PA, PAA, PC, PL, RAB, RAC, RAD, RAF, RE, RF, RH, RV, SA, SAA, SAD, SAE, SAI, SG, SH, SM, SU, TAB, TAC, TT, TV, V1, V2, WH, XAA, YY, ZZZ, 41, 42, 60, 62, 63, 64, 65, 66, 67, 68, 70, 71, 88, 95, 100, 102, 103, 104, 105] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listAgencyID added @listAgencyID {AllowanceChargeReasonCodeListAgencyIDContentType}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listID added @listID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listURI added @listURI {anyURI}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/ReasonCode/@listVersionID added @listVersionID {token}{0..1} in type {AllowanceChargeReasonCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/SequenceNumeric/@format added @format {string}{0..1} in type {NumericType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/TypeCode added {AllowanceChargeIdentificationCodeType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradeAllowanceCharge/UnitBasisAmount added {AmountType}{0..1} in type {TradeAllowanceChargeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedLineTradeSettlement/SpecifiedTradePaymentTerms added {TradePaymentTermsType}{0..*} in type {LineTradeSettlementType} @@ -5056,6 +5525,7 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueCode added {CodeType}{0..1} in type {ProductCharacteristicType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueDateTime added {DateTimeType}{0..1} in type {ProductCharacteristicType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueIndicator added {IndicatorType}{0..1} in type {ProductCharacteristicType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueMeasure/@unitCodeListVersionID added @unitCodeListVersionID {token}{0..1} in type {MeasureType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/ApplicableProductCharacteristic/ValueSpecifiedBinaryFile added {SpecifiedBinaryFileType}{0..1} in type {ProductCharacteristicType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/AreaDensityMeasure added {MeasureType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/BatchID added {IDType}{0..*} in type {TradeProductType} @@ -5199,8 +5669,10 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/Name/@languageLocaleID added @languageLocaleID {token}{0..1} in type {TextType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/NetVolumeMeasure added {MeasureType}{0..1} in type {TradeProductType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/NetWeightMeasure added {MeasureType}{0..1} in type {TradeProductType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID modifying element: old: {CountryIDType}{0..1} in type {TradeCountryType}new: {CountryIDType}{0..1} in type {TradeCountryType}changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/ID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/Name added {TextType}{0..*} in type {TradeCountryType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/OriginTradeCountry/SubordinateTradeCountrySubDivision added {TradeCountrySubDivisionType}{0..*} in type {TradeCountryType} /CrossIndustryInvoice/SupplyChainTradeTransaction/IncludedSupplyChainTradeLineItem/SpecifiedTradeProduct/PresentationSpecifiedBinaryFile added {SpecifiedBinaryFileType}{0..*} in type {TradeProductType} diff --git a/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B.txt b/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B.txt index 2cd3fa8..3b4cff5 100644 --- a/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B.txt +++ b/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B.txt @@ -25,6 +25,27 @@ Added attribute @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in typ Added attribute @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listAgencyID +Added attribute @listID {token}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID + +Added attribute @listID {token}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID + +Added attribute @listURI {anyURI}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI + +Added attribute @listURI {anyURI}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI + +Added attribute @listVersionID {token}{0..1} in type {CurrencyCodeType} + in InvoiceCurrencyCode at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID + +Added attribute @listVersionID {token}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID + +Added attribute @name {string}{0..1} in type {DocumentCodeType} + in TypeCode at /CrossIndustryInvoice/ExchangedDocument/TypeCode/@name + Added attribute @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID @@ -59,6 +80,10 @@ Added attribute @schemeDataURI {anyURI}{0..1} in type {IDType} in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedTaxRegistration/ID/@schemeDataURI in IssuerAssignedID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerAssignedID/@schemeDataURI +Added attribute @schemeID {token}{0..1} in type {CountryIDType} + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID + Added attribute @schemeName {string}{0..1} in type {IDType} in ID at /CrossIndustryInvoice/ExchangedDocument/ID/@schemeName in ID at /CrossIndustryInvoice/ExchangedDocumentContext/BusinessProcessSpecifiedDocumentContextParameter/ID/@schemeName @@ -79,6 +104,10 @@ Added attribute @schemeURI {anyURI}{0..1} in type {IDType} in ID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/SpecifiedTaxRegistration/ID/@schemeURI in IssuerAssignedID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerOrderReferencedDocument/IssuerAssignedID/@schemeURI +Added attribute @schemeVersionID {token}{0..1} in type {CountryIDType} + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + in CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID + Added attribute @schemeVersionID {token}{0..1} in type {IDType} in ID at /CrossIndustryInvoice/ExchangedDocument/ID/@schemeVersionID in ID at /CrossIndustryInvoice/ExchangedDocumentContext/BusinessProcessSpecifiedDocumentContextParameter/ID/@schemeVersionID @@ -218,7 +247,7 @@ Added element {IDType}{0..1} in type {TradeAddressType} in PostalTradeAddress at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionID in PostalTradeAddress at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionID -Added element {TextType}{0..*} in type {TradeAddressType} +Added element {TextType}{0..1} in type {TradeAddressType} in PostalTradeAddress at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName in PostalTradeAddress at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName @@ -739,8 +768,8 @@ Modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID @@ -786,8 +815,8 @@ Modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] + Changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] at /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode Modifying element: @@ -838,8 +867,8 @@ Modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} Changed cardinality from 1..1 to 0..1 - Changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 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, 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, 205, 206, 207, 208, 209, 210, 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, 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, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 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, 382, 391, 392, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 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, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 621, 622, 624, 625, 626, 627, 628, 629, 630, 631, 632, 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, 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, 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, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 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, 878, 879, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] + Changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [] + removed: [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] at /CrossIndustryInvoice/ExchangedDocument/TypeCode @@ -861,8 +890,8 @@ ELEMENTS: ATTRIBUTES: - Added attributes in XSD: 12 - Added attributes in XML: 62 + Added attributes in XSD: 21 + Added attributes in XML: 73 Modified attributes in XSD: 1 Modified attributes in XML: 1 diff --git a/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt b/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt index d37eba9..63e9f2e 100644 --- a/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt +++ b/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_onlyExtensionsReport.txt @@ -1,13 +1,22 @@ In type {AmountType} added @currencyCodeListVersionID {token}{0..1} In type {CountryIDType} added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} +In type {CountryIDType} added @schemeID {token}{0..1} +In type {CountryIDType} added @schemeVersionID {token}{0..1} In type {CrossIndustryInvoiceType} added {ValuationBreakdownStatementType}{0..1} In type {CurrencyCodeType} added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} +In type {CurrencyCodeType} added @listID {token}{0..1} +In type {CurrencyCodeType} added @listURI {anyURI}{0..1} +In type {CurrencyCodeType} added @listVersionID {token}{0..1} In type {DateTimeType} added {dateTime}{0..1} In type {DateTimeType} modifying attribute: old: @format{string}{1..1} in type {DateTimeType} new: @format{string}{0..1} in type {DateTimeType} Extended cardinality from 1..1 to 0..1 In type {DocumentCodeType} added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} +In type {DocumentCodeType} added @listID {token}{0..1} +In type {DocumentCodeType} added @listURI {anyURI}{0..1} +In type {DocumentCodeType} added @listVersionID {token}{0..1} +In type {DocumentCodeType} added @name {string}{0..1} In type {DocumentContextParameterType} added {DocumentVersionType}{0..1} In type {DocumentContextParameterType} added {TextType}{0..1} In type {DocumentContextParameterType} modifying element: @@ -60,8 +69,6 @@ In type {ExchangedDocumentType} modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] - added: [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, 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, 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, 205, 206, 207, 208, 209, 210, 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, 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, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 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, 382, 391, 392, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 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, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 621, 622, 624, 625, 626, 627, 628, 629, 630, 631, 632, 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, 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, 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, 781, 782, 783, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 794, 795, 796, 797, 798, 799, 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, 878, 879, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] In type {HeaderTradeAgreementType} added {ReferencedDocumentType}{0..*} In type {HeaderTradeAgreementType} added {TradeDeliveryTermsType}{0..1} In type {HeaderTradeAgreementType} added {TradePartyType}{0..1} @@ -153,8 +160,6 @@ In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} Extended cardinality from 1..1 to 0..1 - Extended enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - added: [SLE, VED] In type {HeaderTradeSettlementType} modifying element: old: {TradeSettlementHeaderMonetarySummationType}{1..1} in type {HeaderTradeSettlementType} new: {TradeSettlementHeaderMonetarySummationType}{0..1} in type {HeaderTradeSettlementType} @@ -216,7 +221,7 @@ In type {TradeAddressType} added {TextType}{0..1} In type {TradeAddressType} added {TextType}{0..1} In type {TradeAddressType} added {TextType}{0..*} In type {TradeAddressType} added {IDType}{0..1} -In type {TradeAddressType} added {TextType}{0..*} +In type {TradeAddressType} added {TextType}{0..1} In type {TradeAddressType} added {TextType}{0..1} In type {TradeAddressType} added {IDType}{0..1} In type {TradeAddressType} added {TextType}{0..1} diff --git a/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt b/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt index 380458e..e164bb3 100644 --- a/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt +++ b/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_onlyRestrictionsReport.txt @@ -1,10 +1,15 @@ +In type {ExchangedDocumentType} modifying element: + old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType} + new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} + Narrowed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [] + removed: [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] In type {HeaderTradeSettlementType} modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType} new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} - Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] - removed: [SLL] + Narrowed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] + removed: [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] In type {TradeAddressType} modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType} new: {CountryIDType}{0..1} in type {TradeAddressType} - Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] - removed: [1A, XI] + Narrowed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] + removed: [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] diff --git a/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt b/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt index 94023cf..bf51831 100644 --- a/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt +++ b/src/test/resources/references/report_FACTUR-X_MINIMUM_to_CrossIndustryInvoice_100pD22B_singleLineReport.txt @@ -28,8 +28,12 @@ /CrossIndustryInvoice/ExchangedDocument/RevisionID added {IDType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SignatoryDocumentAuthentication added {DocumentAuthenticationType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocument/SubtypeCode added {CodeType}{0..1} in type {ExchangedDocumentType} -/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [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, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 493, 494, 495, 496, 497, 498, 499, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 550, 551, 552, 553, 554, 575, 576, 577, 578, 579, 580, 581, 582, 583, 584, 585, 586, 587, 588, 589, 610, 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, 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, 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, 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, 925, 926, 927, 929, 930, 931, 932, 933, 934, 935, 936, 937, 938, 940, 941, 950, 951, 952, 953, 954, 955, 960, 961, 962, 963, 964, 965, 966, 970, 971, 972, 974, 975, 976, 977, 978, 979, 990, 991, 995, 996, 998] +/CrossIndustryInvoice/ExchangedDocument/TypeCode modifying element: old: {DocumentCodeType}{1..1} in type {ExchangedDocumentType}new: {DocumentCodeType}{0..1} in type {ExchangedDocumentType} changed cardinality from 1..1 to 0..1changed enumeration from [80, 81, 82, 83, 84, 130, 202, 203, 204, 211, 261, 262, 295, 296, 308, 325, 326, 380, 381, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 420, 456, 457, 458, 527, 575, 623, 633, 751, 780, 875, 876, 877, 935] to [] /CrossIndustryInvoice/ExchangedDocument/TypeCode/@listAgencyID added @listAgencyID {DocumentCodeListAgencyIDContentType}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listID added @listID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listURI added @listURI {anyURI}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@listVersionID added @listVersionID {token}{0..1} in type {DocumentCodeType} +/CrossIndustryInvoice/ExchangedDocument/TypeCode/@name added @name {string}{0..1} in type {DocumentCodeType} /CrossIndustryInvoice/ExchangedDocument/VersionID added {IDType}{0..1} in type {ExchangedDocumentType} /CrossIndustryInvoice/ExchangedDocumentContext/ApplicationSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} /CrossIndustryInvoice/ExchangedDocumentContext/BIMSpecifiedDocumentContextParameter added {DocumentContextParameterType}{0..*} in type {ExchangedDocumentContextType} @@ -115,11 +119,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CityName added {TextType}{0..1} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName added {TextType}{0..*} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/CountrySubDivisionName added {TextType}{0..1} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/ID added {IDType}{0..1} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/BuyerTradeParty/PostalTradeAddress/LineFive added {TextType}{0..1} in type {TradeAddressType} @@ -191,11 +197,13 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityID added {IDType}{0..1} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CityName added {TextType}{0..1} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CitySubDivisionName added {TextType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, YE, YT, ZA, ZM, ZW] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID modifying element: old: {CountryIDType}{1..1} in type {TradeAddressType}new: {CountryIDType}{0..1} in type {TradeAddressType} changed cardinality from 1..1 to 0..1changed enumeration from [1A, AD, AE, AF, AG, AI, AL, AM, AO, AQ, AR, AS, AT, AU, AW, AX, AZ, BA, BB, BD, BE, BF, BG, BH, BI, BJ, BL, BM, BN, BO, BQ, BR, BS, BT, BV, BW, BY, BZ, CA, CC, CD, CF, CG, CH, CI, CK, CL, CM, CN, CO, CR, CU, CV, CW, CX, CY, CZ, DE, DJ, DK, DM, DO, DZ, EC, EE, EG, EH, ER, ES, ET, FI, FJ, FK, FM, FO, FR, GA, GB, GD, GE, GF, GG, GH, GI, GL, GM, GN, GP, GQ, GR, GS, GT, GU, GW, GY, HK, HM, HN, HR, HT, HU, ID, IE, IL, IM, IN, IO, IQ, IR, IS, IT, JE, JM, JO, JP, KE, KG, KH, KI, KM, KN, KP, KR, KW, KY, KZ, LA, LB, LC, LI, LK, LR, LS, LT, LU, LV, LY, MA, MC, MD, ME, MF, MG, MH, MK, ML, MM, MN, MO, MP, MQ, MR, MS, MT, MU, MV, MW, MX, MY, MZ, NA, NC, NE, NF, NG, NI, NL, NO, NP, NR, NU, NZ, OM, PA, PE, PF, PG, PH, PK, PL, PM, PN, PR, PS, PT, PW, PY, QA, RE, RO, RS, RU, RW, SA, SB, SC, SD, SE, SG, SH, SI, SJ, SK, SL, SM, SN, SO, SR, SS, ST, SV, SX, SY, SZ, TC, TD, TF, TG, TH, TJ, TK, TL, TM, TN, TO, TR, TT, TV, TW, TZ, UA, UG, UM, US, UY, UZ, VA, VC, VE, VG, VI, VN, VU, WF, WS, XI, YE, YT, ZA, ZM, ZW] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeAgencyID added @schemeAgencyID {CountryIDSchemeAgencyIDContentType}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeID added @schemeID {token}{0..1} in type {CountryIDType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryID/@schemeVersionID added @schemeVersionID {token}{0..1} in type {CountryIDType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountryName added {TextType}{0..*} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionID added {IDType}{0..1} in type {TradeAddressType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName added {TextType}{0..*} in type {TradeAddressType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/CountrySubDivisionName added {TextType}{0..1} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/DepartmentName added {TextType}{0..1} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/ID added {IDType}{0..1} in type {TradeAddressType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeAgreement/SellerTradeParty/PostalTradeAddress/LineFive added {TextType}{0..1} in type {TradeAddressType} @@ -264,8 +272,11 @@ /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringAgreementReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/FactoringListReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceApplicableTradeCurrencyExchange added {TradeCurrencyExchangeType}{0..1} in type {HeaderTradeSettlementType} -/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} changed cardinality from 1..1 to 0..1changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLE, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VED, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode modifying element: old: {CurrencyCodeType}{1..1} in type {HeaderTradeSettlementType}new: {CurrencyCodeType}{0..1} in type {HeaderTradeSettlementType} changed cardinality from 1..1 to 0..1changed enumeration from [AED, AFN, ALL, AMD, ANG, AOA, ARS, AUD, AWG, AZN, BAM, BBD, BDT, BGN, BHD, BIF, BMD, BND, BOB, BOV, BRL, BSD, BTN, BWP, BYN, BZD, CAD, CDF, CHE, CHF, CHW, CLF, CLP, CNY, COP, COU, CRC, CUC, CUP, CVE, CZK, DJF, DKK, DOP, DZD, EGP, ERN, ETB, EUR, FJD, FKP, GBP, GEL, GHS, GIP, GMD, GNF, GTQ, GYD, HKD, HNL, HRK, HTG, HUF, IDR, ILS, INR, IQD, IRR, ISK, JMD, JOD, JPY, KES, KGS, KHR, KMF, KPW, KRW, KWD, KYD, KZT, LAK, LBP, LKR, LRD, LSL, LYD, MAD, MDL, MGA, MKD, MMK, MNT, MOP, MRU, MUR, MVR, MWK, MXN, MXV, MYR, MZN, NAD, NGN, NIO, NOK, NPR, NZD, OMR, PAB, PEN, PGK, PHP, PKR, PLN, PYG, QAR, RON, RSD, RUB, RWF, SAR, SBD, SCR, SDG, SEK, SGD, SHP, SLL, SOS, SRD, SSP, STN, SVC, SYP, SZL, THB, TJS, TMT, TND, TOP, TRY, TTD, TWD, TZS, UAH, UGX, USD, USN, UYI, UYU, UYW, UZS, VES, VND, VUV, WST, XAF, XAG, XAU, XBA, XBB, XBC, XBD, XCD, XDR, XOF, XPD, XPF, XPT, XSU, XTS, XUA, XXX, YER, ZAR, ZMW, ZWL] to [] /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listAgencyID added @listAgencyID {CurrencyCodeListAgencyIDContentType}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listID added @listID {token}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listURI added @listURI {anyURI}{0..1} in type {CurrencyCodeType} +/CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceCurrencyCode/@listVersionID added @listVersionID {token}{0..1} in type {CurrencyCodeType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceDateTime added {DateTimeType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceIssuerReference added {TextType}{0..1} in type {HeaderTradeSettlementType} /CrossIndustryInvoice/SupplyChainTradeTransaction/ApplicableHeaderTradeSettlement/InvoiceReferencedDocument added {ReferencedDocumentType}{0..*} in type {HeaderTradeSettlementType}